This is a simple Calendar program written in pure asp. This allows user to navigate through all the events of any month or year. The default selection is current day's. One can implement this script with very ease, by Simply copy the asp to a page called cal_small.asp in a wwwroot directory and open it in a browser that's all you are done. Through hyperlinks on the dates one can create an online calendar.
This is an easy to install, maintain, and use calendar script written in ASP using Access datanase. This will allows admin to maintain events. Events can be single day or multiple day events. The events can be validated with server side validation.
ASP Calendar is an event calendar component that has a Microsoft® Outlook style interface, integrates easily into any ASP application, is modular and highly customizable and is Access 97 database driven. This component is much faster than regular ASP code. You can use this component model to enter data using RDS, etc. With the current structure, you can change the events table to contain almost ANY fields you want as long as it implements the basic structure. You can set up week start, by Alternate week start facility. You can implement the standard styles the calendar uses and/or use font tags. This feature makes for the highly cross-browser compatibility. You can have a centralized user database for the entire Intranet/Internet and not just for the calendar. The developer will have full freedom to display and edit events. The calendar uses stored queries (in Access) and so porting the logic to any other database is simple.