Script on the page causing Internet Explorer to run slowly -- Resolution
-
Hi All, I am developing a solution where on a page m using some ajax control (hover menu, updatepanel, extender menu). I am getting about 1400 search results from database and I am puttin it in repeater control (No paging). All these things causing this warning message. Is there any resolution. Will paging help ??? If yes what is the maximum number of results which I can put on my page. Thanks in advance..
-
Hi All, I am developing a solution where on a page m using some ajax control (hover menu, updatepanel, extender menu). I am getting about 1400 search results from database and I am puttin it in repeater control (No paging). All these things causing this warning message. Is there any resolution. Will paging help ??? If yes what is the maximum number of results which I can put on my page. Thanks in advance..
Prateek G wrote:
I am developing a solution where on a page m using some ajax control (hover menu, updatepanel, extender menu)
OK
Prateek G wrote:
I am getting about 1400 search results from database
Huge Result
Prateek G wrote:
I am puttin it in repeater control (No paging).
Bad one it will take long time to load all results Show only 10/20/30 depends on business/requirement/user Take the example of Google i think shows thousands of result found but will show only first 10 (Max Views). I think paging will solve your problem Again you are using AJAX as per my knowledge this is not going to add any new values Edited How much time it is taking to Search the Result ?
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
Prateek G wrote:
I am developing a solution where on a page m using some ajax control (hover menu, updatepanel, extender menu)
OK
Prateek G wrote:
I am getting about 1400 search results from database
Huge Result
Prateek G wrote:
I am puttin it in repeater control (No paging).
Bad one it will take long time to load all results Show only 10/20/30 depends on business/requirement/user Take the example of Google i think shows thousands of result found but will show only first 10 (Max Views). I think paging will solve your problem Again you are using AJAX as per my knowledge this is not going to add any new values Edited How much time it is taking to Search the Result ?
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
Searching results is not taking much time but I have Entities kind of thing (collection of properties) binding data to that entity is taking much time. But sometime when I am not searchin any results then also this pop up is coming. Any way where I can check which one is the script which taking the time. I think problem is something related to number of scripts running on the IE, coz IE has a limitation about that.
-
Searching results is not taking much time but I have Entities kind of thing (collection of properties) binding data to that entity is taking much time. But sometime when I am not searchin any results then also this pop up is coming. Any way where I can check which one is the script which taking the time. I think problem is something related to number of scripts running on the IE, coz IE has a limitation about that.
IE do not has such limitations. have you registered your scripts on clinet side thorughly ? it will resolve some issues... there may be cases that even after a page load, browser behaves like still downloading the page (waiting state ) .....cause by such unregistered scripts
Ashish Sehajpal