K
kieran
Hi,
I am using Visual Studio 2005 and am trying to use a Regular Expression
Validator control.
I have a drop down list which contains various names, the first one is
"Please Select". I want the user to have to select a name other than
'Please Select'.
I am thinking maybe the Regular Expression Validator is the best move
for this. How would i go about telling the Validator that
ddlApprovers.selectedvalue should not equal "Please select".
I have seen articles on writing and compiling your own validators...is
this the only way to do this...or is there some quicker way.
I know i can do this server side but i want something to work client
side.
Thanks...
I am using Visual Studio 2005 and am trying to use a Regular Expression
Validator control.
I have a drop down list which contains various names, the first one is
"Please Select". I want the user to have to select a name other than
'Please Select'.
I am thinking maybe the Regular Expression Validator is the best move
for this. How would i go about telling the Validator that
ddlApprovers.selectedvalue should not equal "Please select".
I have seen articles on writing and compiling your own validators...is
this the only way to do this...or is there some quicker way.
I know i can do this server side but i want something to work client
side.
Thanks...