|
-
Mar 19th, 2009, 03:13 AM
#1
Thread Starter
Lively Member
GridView Sorting by PAGE
HI guys.... Can anyone help me on this, currently I was able to Sort GridView and it is having several page. what my brilliant boss want is to SORT the records per page... as in per page... (ex. page 3 of the gridview contains 50 records of data (G-J), she want to sort the 3rd page for the records to become (J-G) just for the 3rd page...) is this possible? THANKS ALOT
-
Mar 19th, 2009, 05:13 AM
#2
Re: GridView Sorting by PAGE
You'll probably need to retrieve just that one page of information and when the sort occurs, sort on the dataview containing that page of data.
-
Mar 31st, 2009, 01:14 AM
#3
Thread Starter
Lively Member
Re: GridView Sorting by PAGE
hi sir,
I want to try your suggestion, do you a code bank for records manipulated using DataView, DataTable , DataSet.. etc. Thanks Again
-
Mar 31st, 2009, 12:05 PM
#4
Re: GridView Sorting by PAGE
Hmm, your question is far too vague. What exactly are you looking for? Do you want a tutorial on how to use those controls or is there something specific you mean when you say "records manipulated"?
Have a look at the tutorials thread at the top of this forum. It has GridView tutorials.
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
|