saving textfield format in database
hello ppl
i've gt a textfield that allows the user to type in some text, how do i save the format of the text in the database such that when i retrieve and display it again, it will look like how the user entered it?
e.g. user enters below:
some lines of text, blah blah blah
*user pressed 'enter' and made some bullet-style text
*2nd line
back to normal, no more bullet-style
i saw an example of how to do it somewhere in the past, can't remember is it in this forum or what, anyways, do i have to use javascript to check when the user pressed enter, or can i do it in asp???
|