Click here to Skip to main content
15,905,614 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I made a c# windows forms application, added a webbrowser1 control. When I lounch my app, webbrowser starts in my webpage, but it doesnt show some of the content, It`s probobly becouse there some content that loads after I click a tab or button. Does anyone know a simple solution to reload the page, after the ajax content is added to the webpage so webbrowser would display it?
Posted

1 solution

What kind of Ajax is used?
Can you try using JQuery? and write your initial code inside
$( document ).ready(function() {

});
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900