Placing data in a textarea after getting it from database
Hi,
I am facing problem that how one can place data in a textarea after getting it from Database.
I am using the famous HTML tag <textarea> but unable to print values in it.
Reteriving the values from the database is not a problem. what is difficult for me is showing the values in a textarea. after getting it from the database.
(The values could be any int record or any String record )

