c# - Windows Forms WebBrowser Control and AJAX -


I am currently calling my function at WebBrowser1_Document. It is not running correctly though when I press 2 button and call the same function. It seems that my code needs some time to run javascript and Ajax. When do I call my code from the event? I do not want to click on a button at all times?

Use the document Finish and check the URI for the AJAX request.


Comments

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c - Different access levels with PAM -