This is a discussion on "Passing Data ..." within the Classic ASP section. This forum, and the thread "Passing Data ... are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Passing Data ...
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Passing Data ...
How do you pass data, from a database to a form? So that data, is displayed in the form ...
|
|
|
|
#2
|
|||
|
|||
|
Assuming you know how to extract database data, simply place it into the form HTML. Most form elements have a 'value' parameter that the data should go in. Textareas do not - instead you put the data inbetween two textarea tags.
|
|
#3
|
||||
|
||||
|
Hi...
I would suggest having a go, and posting here with code when you get stuck. We'll do our best to help you through it.
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
![]() |
| Tags |
| passing, data |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| passing data accross multiple pages | nate2099 | PHP Forum | 2 | Jul 8th, 2007 15:26 |
| 405 error passing data from html to php | nate2099 | Starting Out | 2 | Apr 9th, 2007 22:18 |
| Passing a value through forms then using it? | wayned16 | PHP Forum | 1 | Feb 9th, 2007 16:51 |
| passing search data to d/b via a hyperlink and without input fields | Colm Osiris | Databases | 5 | May 23rd, 2006 11:38 |
| Passing session data | tomd1985 | PHP Forum | 1 | Mar 6th, 2006 18:13 |