| |||||
Specifying Paging Behavior in a GridView ControlControls You Can Use on Web Forms ASP.NET Data Controls GridView Control The GridView Web server control enables paging thru the data in the grid using any of the following methods:
To specify default paging using the built-in paging controls
<asp:GridView id="myGrid" runat="server" datasourceid="customers" allowpaging=true ... > or simply <asp:GridView id="myGrid" runat="server" datasourceid="customers" allowpaging ... >
The GridView control includes properties for customizing the default pager style. To set the behavior and appearance of the pager buttons
|
| ||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme