Large Table in iFrame crashes IE8
Posted
by Brian
on Stack Overflow
See other posts from Stack Overflow
or by Brian
Published on 2010-06-02T14:57:00Z
Indexed on
2010/06/03
3:54 UTC
Read the original article
Hit count: 188
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?
© Stack Overflow or respective owner