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
It looks like you will have to get the page with a HttpWebRequest and parse the content of the corresponding HttpWebResponse to find out the names of text boxes. Then you submit the values to the page by using another HttpWebRequest.
So basically, what you need to do is the following: