Problem with the response stream from a URL
Hi,
I am POSTing data to an URL in my C# windows application. The URL is spitting plain text.
Using WebClient, when i tried the above windows application, instead of getting the plain text, i am getting a string containing HTML tags. I tried setting up the the content type for the URL as text/plain. But it is still the same. Any help would be appreciated.
Regards,
dotnetian