Hi
I am trying to implement a room booking system by following the event calendar tutorial dhtmlx.com/blog/?p=639&cpage=1 but im having problems.
Im using Visual Basic 2010, MVC and Razor
I have downloaded the MVC demo and used the code from their in my project.
Whenever i try to build the solution i get 3 errors all the same:
‘MyCalendarMVC3.Models.Event’ does not contain a definition for ‘id’ and no extension method ‘id’ accepting a first argument of type ‘MyCalendarMVC3.Models.Event could be found’
Also, none of the records from my database or loading
Can anybody help?