1. load a blank document into the webbrowser control (navigating to "about:blank")2. get the document instance that is rendered in the webbrowser control  3. Define the IPersistMemory interface in your code.  Cast the
IHTMLDocument2 instance (or query interface for it) to an IPersistMemory instance 4. take the contents from the database and populate the webbrowser control.