Thursday, January 13, 2011

How to Suppress / Disable Script Errors in WebBrowser Control

If you want to suppress script errors in web browser control in .net just do two things

1> Set web browser control property ScriptErrorsSuppressed = True
2> set below option in IE
i) Disable Script Debugging (Internet Explorer) and
ii) Disable Script Debugging (Other).