I plan to use the WebRequest class to POST some data to a form, specifically a message and a file.
I don't know the first thing about websites so I was hoping someone could help me out. I know how the message data is supposed to be formatted and how to use the WebRequest and WebResponse classes together, I really just have no idea what key/value pairs to post.
For instance, if I wished to post to this random website: http://www.magpiemobile.com/hc3.asp
what key/value pairs should I post to search, and then how do I retrieve the result?