Autopostback on a page with CE doesn't work with IE but does with other browsers

  •  11-09-2006, 7:42 AM

    Autopostback on a page with CE doesn't work with IE but does with other browsers

    Have an instance of CE (5.3) on a usercontrol which is loaded dynamically in an asp.net 2.0 site. On that control are a couple of dropdowlists, which are configured to autopostback. Nothing else unusual (no script on the page, etc). All works fine EXCEPT the dropdownlists do not autopostback in IE6 or IE7; they work great in Firefox 1.5, 2.0 and Opera 9.1.
     
    If I take CE off the page and use a textarea (textbox w/textmode to multiline), postback then begins to work in both IE versions. Read in this forum that
    EditorWysiwygModeCss
    can impact postback, but I'm not using it. And again, it works fine in the above non-IE browsers.
    Help!
     
    Dan
View Complete Thread