ASP.Net WebForms / C# Add blank item at top of dropdownlist - 10.06.18 - ErcanOPAK drpList.Items.Insert(0, new ListItem(String.Empty, String.Empty)); drpList.SelectedIndex = 0; Related posts:Confirm before process with ASPxButton in DevexpressHow to use the second argument of Response.Redirect: True or FalseHow to refresh a DIV content with JavascriptConstructors and Its Types in C# Post Views: 178