|
-
Sep 7th, 2007, 01:32 PM
#1
Thread Starter
Member
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
-
Sep 7th, 2007, 01:34 PM
#2
Re: navigation through records in ASP.NET
-
Sep 8th, 2007, 10:54 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|