Vishal Singh

Vishal Singh

  • NA
  • 15
  • 9k

How to hide the drop down list item in c#

Oct 24 2016 8:38 AM
How to hide the drop down list item in c#. Below code is not working.
 
drop.Items[index].Visible = false;
 

Answers (2)