|
3 |
edited tags
|
||
|
2 | Cleaned up the question, updated the title to be more specific and added tags | ||
Slow rendering in Why do my ASP.NET pages render slowly when placed on the server...Whyserver?Hi there, I have a simple aspx page on which I have with a GridView control. I'm loading the GridView with some search results on after the click on of a button. Everything worksfine except that , but the HTML rendering on the browser is very slow (only in IE , with a result set > 2000 (works fine on in other browsersbrowsers.) when the result set has records something like above 2000. I know realize it's slow because the HTML which it's going due to render is huge 'coz of the number of records record count, but is there a way I can make it faster? If I set paging for the GridView, it works fine, but (I don't need paging here. Please notewant to use paging.) Oddly, that it's slow only when it's hosted on Windows 2003 server. It's It works absolutely fine on my localhost, but when I type in the URL of on either the test site or the production, there is a the problem occurs. Also, if If I do remote desktop to my test server and run it locally from there, it works the page loads fine. The problem is only occurs when I run the application that is hosted on the server hosted application from my local machine. Sometimes it takes forever to display the records. Please help. How can I resolve this issue?
|
||||
|
1 |
|
||
Slow rendering in the server...Why?Hi there, I have a simple aspx page on which I have a GridView. I'm loading the GridView with some search results on the click on a button. Everything works fine except that the HTML rendering on the browser is very slow (only in IE, works fine on other browsers) when the result set has records something like above 2000. I know it's slow because the HTML which it's going to render is huge 'coz of the number of records but is there a way I can make it faster? If I set paging for the GridView, it works fine, but I don't need paging here. Please note, that it's slow only when it's hosted on Windows 2003 server. It's works absolutely fine on my localhost, but when I type in the URL of either the test site or the production, there is a problem. Also, if I do remote desktop to my test server and run it locally from there, it works fine. The problem is only when I run the application that is hosted on the server from my local machine. Sometimes it takes forever to display the records. Please help.
|
||||
