page break
how can i get inner html of a document in web browser control.. ????
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Afzaal Ahmad ZeeshanPosted Jan 29, 2015, 9:58 AM
For example this control: http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.documenttext.aspx
You can then manipulate the XML data, that is returned to you to get the values.