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..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.