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?
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.
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.