|
-
Aug 22nd, 2007, 05:45 AM
#1
Thread Starter
Addicted Member
Html Page From Database
Hi all,
Anyone know how to load a webpage stored in a database blob field into a new window?
Thanks, Figa
-
Aug 22nd, 2007, 03:55 PM
#2
Re: Html Page From Database
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
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Aug 23rd, 2007, 07:46 AM
#3
Hyperactive Member
Re: Html Page From Database
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|