Set first item in dropdownlist cannot be selected

calvin

Regular
Joined
Nov 6, 2003
Messages
71
Hi,

Is anybody know how to make user unable to select the first item in dropdownlist, normally is "Please select..." on top of dropdownlist and how to validate the dropdownlist (Required field validator)if is selected or not.
Thanks to all giving comments and suggestion.

Calvin :confused:
 
Both are worth what they worth (client and server).

It depends how you validate your data. Client is good because it won't need a postback to the server to validate.

Maybe what I can suggest... (I really don't know if it work) is to delete the first element at the first selection...

is it possible ?????????????????????? didn't work with that since a long time so... I'm a bit rusted
 
Back
Top