|
-
Mar 26th, 2004, 08:54 PM
#1
Thread Starter
Hyperactive Member
Datagrid and Paging
In a datagrid .... I want a set height (200px) but allow up to 200 rows in the grid. Using the properties -->> Allow Paging , Page Size , Position =Top and Mode PageNumbers. At run time after I load the grid , in this case with 62 rows, my header shows this
1 2 3 4 5 6 7 and the first page is presented. How do I get the next 10 when user clicks 2 or 40-50 when they click 4???
gollnick
__________________
-
Mar 28th, 2004, 05:58 PM
#2
There is a great example of how you can acheive this effect located at the following page: http://samples.gotdotnet.com/quickst...id.aspx#paging
-
Mar 29th, 2004, 04:58 PM
#3
Lively Member
Another very good link, I used when I needed to created paging first time:
http://www.dotnetjunkies.com/Tutoria...B871F967F.dcik
The main thing is to create a very slick stored procedure with total records as ouput parameter
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|