Hey everyone,
I've been working with the AJAX Control Toolkit (Version 1.0.20229) to make a web form. I used the masked textbox to create two textbox for Time input (HH:MM format). It's supposed to be a range - the Start time textbox value should be smaller than the End time textbos.
I'm looking for the best way to validate the correct order of the times. I've been trying several approaches - and I'm kind of stuck.
Any ideas on best practice?
I've been working with the AJAX Control Toolkit (Version 1.0.20229) to make a web form. I used the masked textbox to create two textbox for Time input (HH:MM format). It's supposed to be a range - the Start time textbox value should be smaller than the End time textbos.
I'm looking for the best way to validate the correct order of the times. I've been trying several approaches - and I'm kind of stuck.
Any ideas on best practice?
Comment