I\'m trying to automate in a WinForm using a WebBrowser control to navigate and pull report info from a website. You can enter values in textboxes and invoke the click events fo
You can use this:
webBrowser1.Document.GetElementById("term_id").SetAttribute("value",yourText);