Forum Moderators: open
I am swapna i develope the page using asp pages .In my page i created the header like bold , italic ,font size like a header formats when i want to post the message if i chenge the word format as a bold in data base side it display like <strong>+gsjgdjdjgd+</strong> when i get the display page it is printed like this <strong>+gsjgdjdjgd+</strong>
how to change the format . Any one know the answer please help me
If anybody types something(with rich text) in the editor and clicks the button,it should be saved in the database.After that the text should be displayed in the same format on another page.
If a client enters "hello" in bold, this is stored in the database as <strong>hello</strong>
And the output displaying on other page is <strong>hello</strong>
The data type for this textfield(editor) in the database is varchar(8000).
Is it the right way to use varchar datatype to store such rich texts?
[edited by: tedster at 4:31 am (utc) on April 21, 2007]
[edit reason] fix link [/edit]