Vb.Net web browser control not firing document complete with AJAX web site.

Posted by ajl on Stack Overflow See other posts from Stack Overflow or by ajl
Published on 2010-03-18T19:13:32Z Indexed on 2010/03/18 19:21 UTC
Read the original article Hit count: 821

The VB.Net desktop app uses the IE browser control to navigate the web. When a normal page loads the document_complete event fires and I can read the resulting page and go from there. The issue I am having is that the page I am driving is written with AJAX, so the document complete event never fires. Furthermore, when you view the source of the page after it loaded a new portion via AJAX, it hasn't change. How are people handling this? What are my options?

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about webbrowser-control