Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Script on the page causing Internet Explorer to run slowly -- Resolution

Script on the page causing Internet Explorer to run slowly -- Resolution

Scheduled Pinned Locked Moved ASP.NET
questiondatabasetoolshelp
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Prateek G
    wrote on last edited by
    #1

    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..

    S 1 Reply Last reply
    0
    • P Prateek G

      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..

      S Offline
      S Offline
      Sandeep Akhare
      wrote on last edited by
      #2

      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... "

      P 1 Reply Last reply
      0
      • S Sandeep Akhare

        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... "

        P Offline
        P Offline
        Prateek G
        wrote on last edited by
        #3

        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.

        A 1 Reply Last reply
        0
        • P Prateek G

          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.

          A Offline
          A Offline
          Ashish Sehajpal
          wrote on last edited by
          #4

          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

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups