Treeview Slow in IE?!?!

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-06-16T20:08:55Z Indexed on 2010/06/16 20:12 UTC
Read the original article Hit count: 207

I have a treeview with around 200 records that needs to be fully expanded at all times (so no loading on demand). It is inside of an update panel with the updatemode set to conditional. There are other update panels on the page as well that are set to conditional. Depending on user actions the tree may need to be rebuilt by calling databind and updating the updatepanel. Everything works fine in firefox, longest postback about 2 seconds. With IE I have to wait up to 30 seconds sometimes and the action may have nothing to do with the tree just changing a dropdown in its own updatepanel takes forever. I have considered the size of viewstate and just raw HTML generated may be causing the delay but wouldn't that effect both browsers? Anyone have anyideas what is making it so slow in IE??? Thanks!

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about Performance