protected void DropDownLists1_DataBound(object sender, EventArgs e)
{

DropDownList1.Items.Insert(0,new ListItem(“<– Seleziona –>”,”"));
DropDownList1.SelectedIndex = 0;

}

Follow

Get every new post delivered to your Inbox.