ameenkpn
November 9th, 2005, 10:18 PM
Hi,
I'm displaying a large amount of data (nearly more than 20000 Records) in an asp.net page with paging. Each page displays 50 records. It takes nearly 40 to 50 seconds for loading the first page. When i click on the 2nd page or the next page, it takes same or more time.
I load the all the data within ispostback property in Page load event.
Even I have debugged my code. The debugger is also starts very late.
Why this happens?.. let me know the solution please.
Thanks
I'm displaying a large amount of data (nearly more than 20000 Records) in an asp.net page with paging. Each page displays 50 records. It takes nearly 40 to 50 seconds for loading the first page. When i click on the 2nd page or the next page, it takes same or more time.
I load the all the data within ispostback property in Page load event.
Even I have debugged my code. The debugger is also starts very late.
Why this happens?.. let me know the solution please.
Thanks