Can you explane how to do that. I think we should use HttpWebRequset & HttpResponse for HttpREquset & HttpResponse.
In my application there is one text box and one button.User can enter the keyword which is trying to search. After clicing submit button webbrowser should display the search result by browsing a web site(specific).
Thanks
MSDN has a little example about how to use the HttpWebRequest/HttpWebResponse methods with the POST method.
There are a few steps, but all pretty simple.
Comment