Add Blank Items DropDown List

After you populate the DropDownList with your DATA just add the following:

DD.Items.Insert(0, New ListItem(“”))  –> VB.NET

Replace “DD” with your DropDownList Name.