Vishnu R

Vishnu R

  • NA
  • 18
  • 3.6k

WebBrowser fails to load some portion of web page

Oct 24 2013 2:13 AM


I created an application to access the html document in the WebBrowser.But it fails to load some portion of the web page to load.Some script errors are showing.Please check the code below, 
        webBrowser1.Navigate("siteaddress");
        webBrowser1.Show();

Example : While we load the site in web browser we can see a registration form,Describtion etc...But when we load this site through our WebBrowser control we can see the whole web page except the portion for registration.It is in hidden state


Answers (1)