I have a form that uses a couple of dropdownlists where one is dependent on the other. The user selects a type of equipment and is then presented with a list of subtypes in that category. I'm running into a problem when inserting that record into my db. In some of the subtypes, it doesn't matter what the user chooses, the record inserted into the db is always the first subtype listed.
For example if I'm trying to add a piece of network equipment (Type: Network) and choose the SubType Power Injector, the record inserted into the DB contains the subtype "Switch", which is the first SubType listed on the DDL.
For example if I'm trying to add a piece of network equipment (Type: Network) and choose the SubType Power Injector, the record inserted into the DB contains the subtype "Switch", which is the first SubType listed on the DDL.
