Hello there,
I'm currently evaluation this calendar and am not sure if it really does what I need (though I'm quite positive).
I want, in MVC, to provide some data, that changes how the days of a month are display (and if possible even restrict from select specific dates).
How would I go to implement that? In general ASP.Net I would, perhaps, subscribe to the event, but this isn't possible in MVC.
Basically, that Data I am going to provide is a little bool[]. True meaning the day should paint with a greenish background and be selectable, while false gets a reddish background and shouldn't be selectable.
At the same time, when selecting a date, I want to let the website display something that is associated with that date... Say, for making an appointment with a physician.. it then displays a list of possible appointment, or something like this.
How would I go about to implement this in MVC? (Sorry, if it might seem to be a stupid question, I'm more of a conventional C# programmer than Web-Programmer)
Thank you very much in advance,
Greetings
Alex Endris
I'm currently evaluation this calendar and am not sure if it really does what I need (though I'm quite positive).
I want, in MVC, to provide some data, that changes how the days of a month are display (and if possible even restrict from select specific dates).
How would I go to implement that? In general ASP.Net I would, perhaps, subscribe to the event, but this isn't possible in MVC.
Basically, that Data I am going to provide is a little bool[]. True meaning the day should paint with a greenish background and be selectable, while false gets a reddish background and shouldn't be selectable.
At the same time, when selecting a date, I want to let the website display something that is associated with that date... Say, for making an appointment with a physician.. it then displays a list of possible appointment, or something like this.
How would I go about to implement this in MVC? (Sorry, if it might seem to be a stupid question, I'm more of a conventional C# programmer than Web-Programmer)
Thank you very much in advance,
Greetings
Alex Endris