Send HTTP Post Request through ASP.net
问题 I've hit a road block due to this problem in my project, Any kind of help will be highly appreciated. My problem is that I want users to enter (their) destination & email at my website. Then I'll take those values and fill in the text fields at the following website and then click the "request measurement button" . In short a simple HTTP Post request. http://revtr.cs.washington.edu/ My C# code is as follows: // variables to store parameter values string url = "http://revtr.cs.washington.edu/"