I am migrated a site from asp to asp.net-mvc.
I was using a third party event calendar asp code. does anyone know of a good asp.net mvc event calendar where i see a month view and it will show events in the date cells.
I am migrated a site from asp to asp.net-mvc.
I was using a third party event calendar asp code. does anyone know of a good asp.net mvc event calendar where i see a month view and it will show events in the date cells.
I've skipped the serverside rendering and went directly for jmonthcalendar
It's quite easy to hookup the month-browsing to a controller action method.
You will also need to do a bit of tinkering with the jquery-history plugin (or something similar) to enable the browser back-button and links to specific months/dates.
And no, that is not exactly what you asked for, but that's what I ended up doing in your situation, and I'm quite happy with the result.