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:How to refresh a DIV content with JavascriptJavascript Refresh and CountDown TimerHow to apply two classes to a single element in CSSNavigate to a Div using a button in HTML Post Views: 149