Hi all,
Anyone know how to load a webpage stored in a database blob field into a new window?
Thanks, Figa
Printable View
Hi all,
Anyone know how to load a webpage stored in a database blob field into a new window?
Thanks, Figa
I think the whole idea of storing a webpage in DB is bad.
But you can just load it from the DB, then use Response.Write if a web application.
Or store it to a temp file and load it to a WebBrowser control if a WindowsApp
The better idea is to store some type of template system in the DB and save the data as an XML type in the DB. From that your parser engine will take your template and display it how you want, or you can just display using XSLT. An example of that would we this site http://www.worldofwarcraft.com/index.xml.