Results 1 to 4 of 4

Thread: GridView Sorting by PAGE

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2008
    Location
    Philippines
    Posts
    70

    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

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jun 2008
    Location
    Philippines
    Posts
    70

    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

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width