Question

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?

Était-ce utile?

La solution

Pretty easy solution

dropDown.Items.Clear();
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top