So I have a website which I load into my form's webbrowser control. After loading the document, I retrive the webbrowser.documenttext . I am looking here to parse specific table. But I am not finding the table in here but I see that it is being dispayed in the form browser.
I tell you that this specific table is being loaded/appended to doc by already loaded javascript code. When I right click and select the "View Source" , it pops the document with correct html.
My question is how can I get the same document referenced by ViewSource or is there any way to get the document what is being rendered on form?