hi, friend
I want to use time picker by using ajax or jquery for asp.net web application.
I found various time pickers when I searched google.
what I want to do more is,
i.e; first user select 10:00 to 11:00 on 19/04/2013
that means user booked for this time duration.
then, another try to use time picker for another booking,
this time slot (10:00 to 11:00) is disabled and cannot be selected anymore.
I think, time picker should work with database,
if database already contains some timeslots (10:00 to 11:00, 13:00 to 14:00),
these timeslots will be disabled (showing different color, preventing from selecting) on the timepicker.
I want to do like this above.
if somebody have sample, reference, pls share
regards