I am having issues in displaying the gridview in ASP.Net application. This loads slowly and almost takes 20 seconds to load 140 records. This becomes really slow when using IE browser.
I have a modal popup extender in one of the columns and it looks like it is loading that control every time the grid refreshes and for all rows.
Right now I am doing paging alongwith an option to view all records. Users here wanted to view all records most of the time. So I need to improve the speed of loading the gridview. Please let me know if there is any other way of using modal popup window other than extender from AJAX.
I am using modal popup window to allow the user to enter some comments related to that particular row.
Thanks in advance Anil