Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I have an old problem with text fields.

Status
Not open for further replies.

levi71

Programmer
Jul 1, 2001
5
US
I know that this problem is old, but the regular fixes don't seem to word. I am writing information from a textarea to a database and then recalling that information on another page along with some text boxes. All of the text boxes show the correct information, but the textareas do not, eventhough the information is in the database(MSSQL). I have tried putting the request for the information at the end of the SQL statement, but it still doesn't seem to work, any help?
 
Are you sure you are populating your textarea correctly?
<textarea name=FOO><% = ors(&quot;FROMDB&quot;) %></textarea>. Since I can't really see where you have a problem, I'd start here. Also, not a mssql guy, so this is all I can give you.

Mike
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top