2
Answers

How to hide the drop down list item in c#

Photo of Vishal Singh

Vishal Singh

8y
7.1k
1
How to hide the drop down list item in c#. Below code is not working.
 
drop.Items[index].Visible = false;
 

Answers (2)