C
chrisoftoday
I have a form that allows the user to specify a date using three
separate dropdownlists (one for the day, one for month and one for
year). I want to validate this date to check that it is greater than or
equal to the current date.
Is it possible to use a customvalidator and somehow access the values
of the 3 different controls within the OnServerValidate function, or is
there another/better way to do this?
separate dropdownlists (one for the day, one for month and one for
year). I want to validate this date to check that it is greater than or
equal to the current date.
Is it possible to use a customvalidator and somehow access the values
of the 3 different controls within the OnServerValidate function, or is
there another/better way to do this?