Hi,
I have started to develop a console application , where I have to get the response(html webresponse) from a URL (its not a webservice) .
I have already developed a windows application, where I am doing the same task using the WebBrowser control.
Now the Issue is :
The URL which I am trying to access to get the response , having some async tasks which is populating some part of page. I am able to get everything done with my windows application , coz I have used webbrowser control there and webborwser control have some events, which helps me to achieve this.
Now I want to do the same thing in a console application(in future i have to do same thing for windows service), where I will have to get the response only after the state of page is loaded completely, means no async tasks is pending,,everything is loaded.
Can anyone help me here to get out of this?
Thanks
Vijay Sutaria
vjiay sutariaPosted Feb 21, 2012, 8:57 AM
I know how to work with services.
My issue is to get the html web response from the web url (like the html response given by typing www.google.com in browser) in "Console Application", I am able to achieve this one in windows application.
please read my question again. and then reply.
Thanks
Gohil JayendrasinhPosted Feb 21, 2012, 8:24 AM
i have a sample code please check it.