I want to add a value to the drop down list that cannot be selected, like a title. Ex: I have a month drop down list. The very first item should be \"select month\" this sho
In simple way, Its not possible. Because DropdownList contain ListItem and it will be selected by default
DropdownList
ListItem
But, you can use ValidationControl for that:
ValidationControl