I am using MySql as database and jsp as frontend...
I am using textarea to insert some data into the database.
Data is being inserted into the database thru textarea.
Tell me how fetch data from database into the textarea...

I am using <textarea value="<% out.println(rs.getString("date")); %>" >but it is not working...

Also tell me how to fetch data into dropdown list from the database...


Help me...