DropDownList in DetailsView

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello
I have a GridView, and a DetailsView to edit the data. In the DetailsView I
have two TemplateFields with a DropDownList in each TemplateField.
Now I want that when the user selects an item in the first DropDownList a
certain item in the second DropDownList is selected (as a suggestion for the
user).

I tried to write some code into the SelectedIndexChanged event, but I dont
know how to access the second DropDownList there.

thx
Michael
 
Back
Top