G
Guest
Hello,
I have two texboxes txtStart and txtEnd. User will pick startdatetime and
enddatetime from the calendar picker.
The datetime format will always be 11-02-2006 02:30 PM.
I am trying to create a custom Validator control to validate few conditions
like startdate cannot be less than end date. and Start Date cannot be less
than currentdate time etc.
I dont want to do any clientsite validations for this. How do I make sure
that it validates properly. I havent worked on custom validators till date.
Please help
I have two texboxes txtStart and txtEnd. User will pick startdatetime and
enddatetime from the calendar picker.
The datetime format will always be 11-02-2006 02:30 PM.
I am trying to create a custom Validator control to validate few conditions
like startdate cannot be less than end date. and Start Date cannot be less
than currentdate time etc.
I dont want to do any clientsite validations for this. How do I make sure
that it validates properly. I havent worked on custom validators till date.
Please help