Dineshkumar

Dineshkumar

  • NA
  • 58
  • 10.6k

How to add items in combobox2 by item selected in combobox1

Aug 12 2016 5:25 AM
In XAML I have two ComboBoxes.If I select Item1 in ComboBox1 then some items should be added in ComboBox2.(i.e) ComboBox1 has Items such as Mango,Apple and Tiger On selecting Mango in the ComboBox1, item such as Fruit,Animal should be added to the ComboBox2 automatically.Can anyone suggest me XAML code for this.

Answers (2)