Check the code below:
DropDownList1.DataSource = dt;
DropDownList1.DataBind();
DropDownList1.Items.Insert(0, new ListItem("Select","0"));
Lini C K
========================================================================
Please remember to mark the replies as answers if they help and unmark them if they provide no help.