Calendar

 
 Learn how to add event calendar on your website with the Calendar.

Creating a database driven Calendar Events
Create a New Access Database  named calendarevent.mdb with the following fields under the folder   database
 Fieldname     Datatype           Length
  ID               AutoNumber
  Event           Text                     50
  EventDate      Text                   50
Create the page for adding calendar events

AddEvents.aspx

View Source     Demo

Create the page for viewing calendar events

Calendar.aspx


View Source     Demo