A
anonymous
Hi Folks,
I have a form with two Dropdown list boxes, which get loaded with data from
Database.
DropDownList1 gets data from Table1
and
DropDownList2 gets data from Table2
Table1 has a parent child relationship with Table2 ( has a foreign key to
Table1)
DropdrownList2 needs to be loaded with the data depending up on the
selection in the 1st DropDown.
Can you guys please tell me what is the best way to implement it.
In coldFusion I did this way back by creating Data Arrays with the data in
Table1 and Table2 andimplemented the rest with ClientSide java script
loading data in the second Dropdown...
I think you guys got the picture .
Tell me a couple of ways of doing it please. I could not find a way to
create client side Array with .NET.
Thanks in Advance,
a .NET beginner
I have a form with two Dropdown list boxes, which get loaded with data from
Database.
DropDownList1 gets data from Table1
and
DropDownList2 gets data from Table2
Table1 has a parent child relationship with Table2 ( has a foreign key to
Table1)
DropdrownList2 needs to be loaded with the data depending up on the
selection in the 1st DropDown.
Can you guys please tell me what is the best way to implement it.
In coldFusion I did this way back by creating Data Arrays with the data in
Table1 and Table2 andimplemented the rest with ClientSide java script
loading data in the second Dropdown...
I think you guys got the picture .
Tell me a couple of ways of doing it please. I could not find a way to
create client side Array with .NET.
Thanks in Advance,
a .NET beginner