Hi all ,
A quick one here.I need to display events from a database into a jquery calendar(fullcalendar).To cut a long story short,the simplest solution I've come up with is to integrate the calendar into an aspx page with a grid view (there are other methods to do this,but they are not working here) then pass the values from the gridview rows into a javascript function that will display the events in the form=events: [{title:'event1',start:'StartDate',end:'Enddate'}].
Question(s):
(a)How should I go about this?
OR
(b)Has anyone here tried to implement the fullcalendar (or a similar jquery calendar) in asp.net(vb) including using the method explained here and it worked?
Regards,
Developer switching from php to asp.net