Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
alxtech
Yak Posting Veteran
66 Posts |
Posted - 2006-09-29 : 12:43:27
|
| I have an application that saves text from a text box form to a sql database table, for later retrival.I want to include html tags into the text box form for later text formatting when display in asp pages.Currently, if I add a html tag into the text box and the retrieve that field I see exacly the same, no formatting is done. EXAMPLE:Text on text box form is: This is the text added to this <b>box</b><br> but the <b>html tags</b> do not seen to work.text display should be:This is the text added to this boxbut the html tags do not seen to work.instead text display is:This is the text added to this <b>box</b><br> but the <b>html tags</b> do not seen to work. |
|
|
snSQL
Master Smack Fu Yak Hacker
1837 Posts |
|
|
|
|
|