Two Questions about the WebBrowser Control

Posted by Rudi on Stack Overflow See other posts from Stack Overflow or by Rudi
Published on 2010-04-27T06:28:44Z Indexed on 2010/04/28 1:33 UTC
Read the original article Hit count: 335

Filed under:
|
  1. How can I get an HtmlElement if the source code doesn't have the "id=''", but only has the "name=''". Document.GetElementById() doesn't work, and Document.All[""] doesn't work (obviously, because there is no ID.

  2. How can I simulate a form post?

Question 1 is more important because I found it harder to search. Question 2 I think i can get with more searching.

© Stack Overflow or respective owner

Related posts about c#

Related posts about webbrowser