Tess James 1 Junior Poster in Training

How to clear all the items in the drop down list?

DropDownList1.Items.RemoveAt(j);
DropDownList1.Items.Clear();

These are not working for me.
(am using VC#.net)
any help would be appreciated
thanks..