Hi guys,
I have a ASP.net (VS2005) website that I am working on. I also have a SQL 2005 DB in the back that is getting all the info.
I have 2 drop down boxes.
1. Department
2. Mnemonic
Is there any way to say if in the Department Dropdown box the user selects "Finance" that the second dropdown box (Mnemonic) auto selects the correct Mnemonic?
The list is also in a SQL DB (tblDepartment) with the 2 columns "Department" and "Mnemonic)
So for every department there is a relative Mnemonic.

I have a ASP.net (VS2005) website that I am working on. I also have a SQL 2005 DB in the back that is getting all the info.
I have 2 drop down boxes.
1. Department
2. Mnemonic
Is there any way to say if in the Department Dropdown box the user selects "Finance" that the second dropdown box (Mnemonic) auto selects the correct Mnemonic?
The list is also in a SQL DB (tblDepartment) with the 2 columns "Department" and "Mnemonic)
So for every department there is a relative Mnemonic.