Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 347 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 347 Bytes

MVC Calendar

12 month calendar using ASP.NET MVC

There are messages for certain dates. The relevant message for a particular date appears when that date is hovered over.

The view file is at Views > BookingTerm > Index.cshtml.

The model and context are in Models > BookingTerm.cs.

The controller is Controllers > BookingTermController.cs.