views:

66

answers:

1

Hi, I am planning to create a scheduler like application using Jquery FullCalendar plugin. Searched a bit, but there are examples using only asp.net mvc.

Is there a good tutorial for creating scheduler using asp.net web forms plus using sql server for storing events?

+1  A: 

I had created a fullcalendar web app using asp.net web forms, using sql server to store events.

Just uploaded it to google code so you can download it.

here's the link: http://code.google.com/p/fullcalendar-asp-net/

tell me if it works for you.

nash