Skip to main content
Participant
December 17, 2008
Question

Populating Text Fields in the form based on the Drop down

  • December 17, 2008
  • 1 reply
  • 762 views
..
This topic has been closed for replies.

1 reply

Inspiring
December 18, 2008
which version of CF are you using?
CF8 has many new ajax-based features built-in you could use for this.
data bindings is an obvious choice here - how good are you with CFCs?

which db are you using?
how are the tables the hold data for the drop-down and the text fields
related to each other?

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
avanin16Author
Participant
December 18, 2008
Hi Azadi ,

Thanks for replying.
Iam working with Colfusion 8 , Dreamweaver CS3, Sql Server 2008. And all the data for the drop down and text boxes come from the same table.

Iam pretty much new to Coldfusion. Infact this is my first usage.But I guess Iam not that bad with CFC.
Please do hel me out.

Thanks.
Participant
December 18, 2008
Hi,
Please try the following
On Select of the dropdown submit it to same page or the page where you can query to the table.query it with respect to the dropdown variable.display the query variable.

Cheers
Moumita