Question

I'm going to use Fullcalendar in my asp.net web forms application. I need to bind data to calendar using database.

How can i do this ?

Was it helpful?

Solution

For that you have to write a web service which will return json string of events containing attributes like title , start, end, allDay. See Event Object doc Event_Object

Then use events as a json feed to fetch event objects. events_json_feed

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top