How to Display Actual Code in ASP Page

liunx

Guest
I have an administrative page that allows users to enter HTML which is then stored in a database. I would like the user to be able to view the HTML extracted from the database without having it rendered.

How can I do that?

Thanks,

RobinPlace it inside of a textarea. Or Server.HtmlEncode it.
 
Back
Top