How to bind DataGrid to display only 25 records of a table having more than 1000 records ..??

Posted by Devashri on Stack Overflow See other posts from Stack Overflow or by Devashri
Published on 2010-05-31T03:23:22Z Indexed on 2010/05/31 3:32 UTC
Read the original article Hit count: 240

Filed under:
|
|

I have a datagrid control which is bound to a table which containing more than 1000 records. And i want to show only 25 records once a time. I have used paging in datagrid. But each time the next page index is set, query is fired again. This takes lots of time. So what is the easiest way to bound data in this case to improve performance..??

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about Performance