How to parse html page in C#
Hi All
i have urls and i need to get the data from html page but the problem is that javascript is writing that data .So please tell me how can i get the page in the memory so that i can read its all conetent along with javascript written data ?
Can IHTMLDocument and webBrowser can solve this ?
|