hello,
i am using this snippet it works fine https://www.aspsnippets.com/Demos/823/
i am using Using RegularExpressionValidator
i want to validdate date and time.
user should add valid date and valid time should be equal to or greater than current date and time.
i am not using calender control i just have textbox
i want user to type in date and time in proper format like dd/MM/yyyy 2:00
please advice