I am trying to write a C# program which posts http form to a CGI script and obtains a response.
The response is web page which needs to be parsed as I need only a certain portion of it.
Is there any way I can obtain the response web page and parse it in C# ?
You could use the WebClient class: