S
stephen
I am having a problem with my datagrid. I have 2 edit
columns containing DropDownLists, one dependent on
another. Both lists are being populated from a sql
database.
Essentially, the first DropDownList contains a list of
colors (i.e. Red, Blue, Green, etc) with the second
DropDownList containing different shades available for
the selected color (i.e. if Red is selected in the first
DropDownList then the second DropDownList should contain
Scarlet, Blood, Bright, Dark, etc).
I cannot find a way to populate the second DropDownList
each time the user changes their selection in the first
DropDownList.
columns containing DropDownLists, one dependent on
another. Both lists are being populated from a sql
database.
Essentially, the first DropDownList contains a list of
colors (i.e. Red, Blue, Green, etc) with the second
DropDownList containing different shades available for
the selected color (i.e. if Red is selected in the first
DropDownList then the second DropDownList should contain
Scarlet, Blood, Bright, Dark, etc).
I cannot find a way to populate the second DropDownList
each time the user changes their selection in the first
DropDownList.