| |||||
Specifying Paging Behavior in a DetailsView ControlControls You Can Use on Web Forms ASP.NET Data Controls DetailsView Control The DetailsView Web server control enables paging thru the records in the data source using any of the following methods:
To specify default paging using the built-in paging controls
<asp:detailsview id="planDetails" runat="server" datasourceid="plans" allowpaging=true ... > or simply <asp:detailsview id="planDetails" runat="server" datasourceid="plans" allowpaging ... >
The DetailsView control includes properties for customizing the default pager style. To set the behavior and appearance of the pager buttons
See AlsoSpecifying Row Format in a DetailsView Control Allowing Users to Add Rows in a DetailsView Control |
| ||||
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