tags:

views:

149

answers:

0

I have a WebBrowser control that displays XML from database. Users are allowed to edit that XML inside WebBrowser control. But when i want to save that xml back to database, i don't know how to get modified XML from WebBrowser. I can only see some html in Document property, but no XML.