Hi,
Has anyone seen any POST to webpagesw examples for .net (application) ?
Thanks
Printable View
Hi,
Has anyone seen any POST to webpagesw examples for .net (application) ?
Thanks
What do you mean? Like send headers to a web server?
Look into the System.Net.HttpWebRequest class.
There is an example in C# here:
http://netomatix.com/HttpPostData.aspx
(Ignore the fact that it's for ASP.NET—it's irrelevant.)
Thanks Pengate will have a look at that.
Pino