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
Printable View
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
Moved to 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.