I have a simple aspx page with a GridView control. I'm loading the GridView with search results after the click of a button. Everything works, but the HTML rendering on the browser is very slow in IE with a result set > 2000 (works fine in other browsers.) I realize it's slow due to the record count, but is there a way I can make it faster? (I don't want to use paging.)
Oddly, it's slow only when it's hosted on Windows 2003 server. It works fine on my localhost, but on either the test site or production, the problem occurs. If I remote desktop to my test server and run it locally there, the page loads fine. The problem only occurs when I run the server hosted application from my local machine.
How can I resolve this issue?