c# - How to display data in Jquery Week Calendar from Database -


My application is asp.net mvc3 in net # in c #. I am using Jquery Week Calendar to show time slots. I am able to use and implement it successfully. But now I want to show the value of the database from time to time, which I am not able to achieve.

Whatever I have tried to do:

1: Create a function on the document. Using the first and the view box, try to fill the data in the calendar of the week.

How do I get to

Firstly Database , change it to

EG:

EG:

Here I get static data JSON < / P>

  code> $ ('# calendar'). FullCalendar ({event: {{"id": "46_l", "title": "custom event-chargement", "start": "2013-12-02", "end": "2013-12-03"} , {"Id": "46_d", "title": "custom event-liveron", "start": "2013-12-11", "end": "2013-12 -12"}]});    

Comments

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -