المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Accessing the HTML in WebBrowser difficulty



C# Programming
07-22-2009, 05:51 PM
I am trying to grab the HTML source of a web page using the WebBrowser control. The page in question allows the user to query out a specific record (or set of records) from a database. Once these records have been listed, the user clicks on the desired title and ********** (or AJAX) overlays the current query page with the desired result display.

Problem:
If I try to programmatically grab the source, I get the original query page, not the overlayed desired result object. I can right click on the result and view source correctly but I can't seem to get it via code.

Anyone out there solved this issue in the past?