internet explorer - ASP.NET Postback Crashes IE -


I have a very simple ASP.NET 3.5 SP1 application, which has a postback trigger on-change for a checkbox (Autopost = true). For some reason, in all versions of IE, when I click on the check box for that broker crash

  and asp: checkbox id = "ckTrouble" runat = "server" text = "this box Check "TextAlign =" left "AutoPostBack =" True "/> The   

checkbox is in a user control, which sits on a normal old page, which uses the traditional masterpage. It works fine in Firefox and Chrome, only IE is the cause of grief.

Thoughts?

It seems that this could be the result of SmartNavigation = "True" is. Does anyone see this as a reason? See.

Comments