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\'
you can do as below
while(cmboPayRate.Items.Count>0) cmboPayRate.Items.RemoveAt(0);