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).
 
No comments:
Post a Comment