I need to \"Post\" some data to an external website using
HttpWebRequest object from my application(desktop) and get a response
back into my application through
First part of your problem:
Maybe the HTML tree is stable. Then you can find your way to the textbox of your interrest with XPath.
Use XmlReader, XDocument and Linq to go throught it.