Results 1 to 3 of 3

Thread: navigation through records in ASP.NET

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2007
    Posts
    47

    navigation through records in ASP.NET

    Hey.
    How could we navigate through the recors in ASP.net. I tried to use dataset but its just making the page heavier. I tried with data reader but its forward only.
    SO how could we.?
    Any help would be appreciated..

    thanks

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: navigation through records in ASP.NET

    Moved to ASP.NET

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

    Re: navigation through records in ASP.NET

    Use a dataset. You said it's heavy, so figure out why it's heavy. If there are too many records, you want to page it.

    But this is out of context. If you explain the whole situation, there may be a different solution. For example, if you're using a gridview or a datagrid, you can use paging in your stored procedure.

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