Pergunta

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?

Foi útil?

Solução

Pretty easy solution

dropDown.Items.Clear();
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top