Link to home
Start Free TrialLog in
Avatar of nickrjsmith
nickrjsmith

asked on

Dynamically changing the values in a drop down list in Visual Studio / Visual Web Developer

I have two drop down boxes.

DDAccomm & DDPrice

DDAccomm is bound to my database and gets it's values from a table.

DDPrice is hard coded

I want DDAccomm to change the values of DDPrice according to what is selected

e.g. If then selection of DDaccomm is position 1 or 2 then leave, if it's position 3 or 4 then change the values.  These values are not to come from the DB.

ASKER CERTIFIED SOLUTION
Avatar of Jezcentral
Jezcentral

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nickrjsmith
nickrjsmith

ASKER

i used on selected index change although this solution would have worked too