Domanda

I try to find solution for my problem. But nothing to find. I have 2 dropdown list and when I change value in first list I want to clear and fill new values new list. Is it possible?

È stato utile?

Soluzione

Pretty easy solution

dropDown.Items.Clear();
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top