Results 1 to 3 of 3

Thread: Html Page From Database

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2006
    Location
    Netherlands
    Posts
    198

    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

  2. #2
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    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

  3. #3
    Hyperactive Member
    Join Date
    Oct 2006
    Posts
    354

    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
  •  



Click Here to Expand Forum to Full Width