Paging for First, Next, Previous and Last in gridview

added by learndotnet
3/2/2011 3:33:21 AM

168 Views

This Article explains how to do Paging for First, Next, Previous and Last in A GridView. First fill the GridView with data from a table. Drag and Drop 4 Buttons below the GridView. Change the text of the buttons using Properties. Select Gridview Properties and set AllowPaging=True. See the following picture.


0 comments