asp.net scheduler for appointments
I want a appointment scheduler which cons开发者_高级运维ists of four time slots in 1 hour and clicking each slot, a popup externder opens so that we can add appointments in that specific slot and there will be written 'Booked' on other three. Can anybody helps me. Thanx in advance
You best bet is to use the Telerik Scheduler. It should allow you with a little configuration to do exactly what you're after.
http://demos.telerik.com/aspnet-ajax/scheduler/examples/overview/defaultcs.aspx
精彩评论