Lstbox causes page to Crash getting "Internet Explorer cannot display the webpage"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pearl Devins
    New Member
    • Dec 2010
    • 2

    Lstbox causes page to Crash getting "Internet Explorer cannot display the webpage"

    I have a page with two data bound list box controls on it. When I there is data in the controls the page crashes and i get "Internet Explorer cannot display the webpage". I have tried to set break points to see what is going on. I have tries to fill the boxes in the code behind instead of using a data source in the page. I have tried setting the page time out to 3 minutes. Nothing is working and I'm not sure what the problem is. The page works fine as long as there is no data in the controls. I'm trying to figure out what I am missing.

    Any help would be greatly appreciated. Thanks
    Attached Files
    Last edited by jhardman; Dec 7 '10, 01:25 AM. Reason: Accidentally posted in classic asp. Moved to asp.net forum.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Instead of posting your entire code for us to review, could you please post the specific portion of the code that you think is causing the problem (probably the retrieval or setting of the data).



    Thanks,

    -Frinny

    Comment

    • Pearl Devins
      New Member
      • Dec 2010
      • 2

      #3
      Thanks,
      I figured it out. There was just too much data for the list boxes. I put the information in a grid view instead and there were no more problems. Thanks.

      Comment

      Working...