Print Page | Close Window

Updating Data in an textarea

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=22530
Printed Date: 29 March 2026 at 10:25am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Updating Data in an textarea
Posted By: tocalasam
Subject: Updating Data in an textarea
Date Posted: 26 January 2007 at 9:29pm
how can i show the registers in a textarea and after update it?



Replies:
Posted By: Freon22
Date Posted: 27 January 2007 at 3:18am
Sorry not sure what you are asking?


Posted By: tocalasam
Date Posted: 27 January 2007 at 7:28pm
http://www.webwiz.net/asp/tutorials/updating_data_from_database.asp -
i tried the example from this website, by when i update the entrys i would like to have and textarea box.
 
Can you help to me??
 
 
 
http://www.webwiz.net/asp/tutorials/updating_data_from_database.asp


Posted By: ScriptMaster
Date Posted: 31 January 2007 at 11:05am
If i understand you correctly you want to use a text area instead of a textbox to enter the comments ??
 
If so change this:
 
<input type="text" name="comments" maxlength="60" value="<% = rsGuestbook("Comments") %>">

Into this:
 
<textarea rows="4" name="comments" cols="40"><% = rsGuestbook("Comments") %></textarea>
 
Hope this helps you



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net