My application is in Asp.net MVC3 coded in c#.Net. I'm using Jquery Week Calendar for showing the time slot. I have successfully able to use and implement it. But now i want to show the values on the time slot from the database, which i'm not able to achieve.
Following things i have tried:
1: Create a function on document.ready
and tried to filled the data to week Calendar data using viewbag.
suggest how can i achieve it.