Display html from database field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to display html stored in a database field into a textarea?
How can you display the html and allow editing?

thanks,
 
If I understand what you are asking correctly... you can add
ValidateRequest=false to the page directive and .net will let you submit
potentially dangerous values (e.g. HTML and script). This reduces the risk
of scripting attacks on a site and is enabled by default. If this is not
what you are looking for please reply to this post with more details.

Hope this helps.
 
The format information are being stored in the database field.But when the
field id displayed on the page the formating is ignored.
 
There is an excellent article at devarticles.com by Mitchell Harper on this
subject. I have posted the links for you below.

Good Luck.
 
Back
Top