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 make the default class type 'public' instead of 'internal' in Visual StudioHow to get session value in JavascriptUnderstanding Stack and HeapSearch text through Divs in Javascript Post Views: 154