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?

Was it helpful?

Solution

Pretty easy solution

dropDown.Items.Clear();
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top