Groups | Blog | Home
all groups > asp.net webcontrols > october 2003 >

asp.net webcontrols : DropDownList Delete all


news.microsoft.com
10/28/2003 2:27:19 PM
I can't believe there is not an easy way to just delete a list box so it can
be refilled in C#?

Mick

Wesam
10/29/2003 3:04:01 PM
DropDown1.Items.Clear();

This should work ...

We$am

[quoted text, click to view]

AddThis Social Bookmark Button