I have a simple drop down menu with a pre-populated list of selectable items and I just need validation to ensure the user actually selects an item.
The default value for the ddl is: "select one", which obviously is the value I don't want.
Using c#.
Thanks in advance for any help.