How do I set the initial value of a databound drop down list in ASP.NET?
For instance, I want the values, but the first value to display should be -- Select One ---
dropdownlist.Items.Insert(0, new Listitem("--Select One--", "0");