WebBrowser control not submitting form, IE 7 works

Posted by Joel Cunningham on Stack Overflow See other posts from Stack Overflow or by Joel Cunningham
Published on 2010-04-30T06:53:19Z Indexed on 2010/04/30 6:57 UTC
Read the original article Hit count: 539

We are using a WebBrowser control in our win forms application which is running in terminal services. IE 7 is the browser that is installed for the session. We are using WebForms to generate the web pages.

If we try and submit a web page in the WebBrowser control it does not work. The submit button does not push down.

If we try and submit a web page in IE 7 that is installed on the same machine it works as expected.

This is only an issue for one person. The WebBrowser control is working for other users.

Any thoughts on how I can debug why the submit button is not submitting for the WebBrowser control?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about webbrowser-control

Related posts about ASP.NET