views:

73

answers:

2

I want in my asp.net application is to create a schedule.The events should be dragged from the treeview and dropped onto the calendar control to create the schedule.What i want is that someone could suggest what is the best calendar control available in the market to do so.My budget is 300$.If there is some other way of achieving this then do tell me

+1  A: 

I use Telerik's RadScheduler for ASP.NET AJAX and I'm very satisfied with it.

But it costs $799, or 10k reputation points in Stack Overflow.

Rubens Farias
The cost is too much,can i get only the calendar control not the whole pack
Tarun
@Tarun, you'll need to ask them: http://www.telerik.com/
Rubens Farias
+1  A: 

Tarun,

Not exactly what you've described, but perhaps a good starting point. this is a jquery calendar app that just 'works'. i've used it in several 'simple' projects with ease.

http://arshaw.com/fullcalendar/

let me know if this is of any use in your scenario.

jim

jim