c# - Page not performing well in IE (possible problem with AJAX Control Toolkit Comboboxes) -


first of hello!

i have problems regarding page performance (mostly load times) in internet explorer. ajax control toolkit control i'm using on web page combobox autocomplete being binded on page load.

i thought problem in large amount of data binded comboboxes (from 3000-5000 records), got surprised when checked page in firefox , opera loading times high, still acceptable (15 seconds max large form) (which can seen on img 1) , instant small form (which can seen on img 2).

img 1 http://i.stack.imgur.com/8pdjz.png

img 2 http://i.stack.imgur.com/ql9ms.png

is there way somehow optimize page ie (and more other browsers if possible). don't think code needed because i'm using simple linq queries bind data comboboxes on page load (binding on page load must). i've tried setting web.config debug="false", wasn't able see differences @ all.

thank you!

i've found javascript-based dynamic "combo box" it's data sent down json object in script drastically outperform modification/replacement of normal dropdown box (at least in ie).

(i use modified version of this: http://www.codeproject.com/kb/scripting/autosuggestcontrol.aspx)


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -