Hi,
In my application I need to display reports in datagrid, But need to display only 10 records at a time. I implemented paging by using session. I know it is not a good practice. Some sites suggested to fetch the only records that needed to display. But the problem It is very complicated procedure and will take much more time to run the procedure. How can I avoid the use of Session for storing the heavy ado object. How can I maintain the dataset in the page refresh.
Thanks in advance.
Anoop.
In my application I need to display reports in datagrid, But need to display only 10 records at a time. I implemented paging by using session. I know it is not a good practice. Some sites suggested to fetch the only records that needed to display. But the problem It is very complicated procedure and will take much more time to run the procedure. How can I avoid the use of Session for storing the heavy ado object. How can I maintain the dataset in the page refresh.
Thanks in advance.
Anoop.
Comment