2
Answers

How to hide the drop down list item in c#

Vishal Singh

Vishal Singh

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