Large Table in iFrame crashes IE8
- by Brian
I have a page with an iFrame whose source is an ashx page. The handler takes in 3 arguments through the query string and generates a text/html response containing a table. When the table gets 1700 rows it crashes the IE8 browser. The browser freezes and returns a null reference error.
If I take the html that is being rendered and place it inside a DIV on the page it renders fine in IE8. Any suggestions?