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..
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..
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.