Disallow first item in drop down using validator?

Administrator

VB.NET Forum Admin
Joined
Jun 3, 2004
Messages
1,462
Programming Experience
10+
I have a drop down control (asp.net server control) and need to check that the first item "Select Product" is not the selected item when the form is submitted (validated). How can I use a asp.net validation control (which one?) to ensure the user picks something from this drop down?
 
Last edited:
Back
Top