开发者

Treeview Slow in IE?

开发者 https://www.devze.com 2023-01-03 22:18 出处:网络
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

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开发者_JS百科 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!

0

精彩评论

暂无评论...
验证码 换一张
取 消