Quote Originally Posted by joshh131 View Post
honestly...either one is fine. is there really a difference in what needs to be done?
Not really, each one would likely need to make a Request to the page, to find out what form items need to be filled in, and then make another Request, providing all the information.

This could either be done by automating a WebBrowser control, or directly making an HttpWebRequest to the page in question.

Gary