ASP.NET(VB):Gridview data into Javascript function

Hi all , A quick one here.I need to display events from a database into a jquery calendar(fullcalendar <http://arshaw.com/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<http://arshaw.com/fullcalendar/>(or a similar jquery calendar) in asp.net(vb) including using the method explained here<http://jake1164.blogspot.com/search/label/FullCalendar>and it worked? Regards, Developer switching from php to asp.net
participants (1)
-
Edwin Wambua