I truly do hate to ask such a crayon-question... I\'m trying to clear, not remove a drop down combo list in VSC#. My ddl lets the user choose the payRate of an employee. I\'
try
DropDownList1.Items.Clear();
No hidden and clear the Drop Down List.