Use a simple C# proxy to get a page on another domain, which is normally not allowed due to the Same Origin Policy (click here).
Here's a link to the C# proxy...
http://www.emoticode.net/c-sharp/simple-proxy-to-get-url.html
The parameters in data can be anything you need to pass to the specified url (which must be one of the parameters), via the querystring.
↧