I have two controls on my page:
1) A list box
2)A drop down list
I want my users to be able to select from the drop down list and the related data be shown in the list box.
For example: lets say the data in the combo box were the names of various students. I want the users to select a student name and then their classes be listed in the list box.
I am using a database. please help. It is greatly appreciated.
1) A list box
2)A drop down list
I want my users to be able to select from the drop down list and the related data be shown in the list box.
For example: lets say the data in the combo box were the names of various students. I want the users to select a student name and then their classes be listed in the list box.
I am using a database. please help. It is greatly appreciated.
Comment