How to open an webbrowser and sending POST within .net 2
something like this html function.
<form action="http:www.url.com/get" method="post">
<input name="tt_2a" >
<input type="submit" value="submit">
I want something lik the html function i have mentioned above, open an url, post something and see the results in the opened page. I Dont need web respose. thank you