I am using VS2008 and I trying to use the Range Validator for the following:
I have a text box that a user will input a date into for an appointment - the date entered must be at least 7 days after the request has been made (current date) but less than 90 days into the future.
I have set my range validator to Type = Date and Control to validate = Textbox11
I am now lost where the rest of the code goes to achieve the above?
I have a text box that a user will input a date into for an appointment - the date entered must be at least 7 days after the request has been made (current date) but less than 90 days into the future.
I have set my range validator to Type = Date and Control to validate = Textbox11
I am now lost where the rest of the code goes to achieve the above?
Comment