Hi
i am trying to get changed HtmlDocument. with folling code
private void fun(string url)
{
webBrowser1.Url = new Uri(url);
webBrowser1.Nav igate(new Uri(url));
HtmlDocument doc = webBrowser1.Doc ument;
}
but i am not getting changed document. i am not getting whts the wrong.
So please help me.....
i am trying to get changed HtmlDocument. with folling code
private void fun(string url)
{
webBrowser1.Url = new Uri(url);
webBrowser1.Nav igate(new Uri(url));
HtmlDocument doc = webBrowser1.Doc ument;
}
but i am not getting changed document. i am not getting whts the wrong.
So please help me.....
Comment