Hello,
I have a website that uses a database to retrieve ASP and HTML code to generate the page. When the code is retrieve I use Response.Write(varPageCode) to run the page code. The HTML works fine. It displays as it should but the ASP code does not. It does not process the commands or display the raw code and I get no error messages. I know the code works. So my question is this; is what I am trying to do possable? Can I load ASP code from a database into a page?
Thank you fro your time
Andrew
I have a website that uses a database to retrieve ASP and HTML code to generate the page. When the code is retrieve I use Response.Write(varPageCode) to run the page code. The HTML works fine. It displays as it should but the ASP code does not. It does not process the commands or display the raw code and I get no error messages. I know the code works. So my question is this; is what I am trying to do possable? Can I load ASP code from a database into a page?
Thank you fro your time
Andrew