DataGrid

 Learn how to bind data and display them  on your website with the Datagrid.
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 displaying data from the database into the datagrid
 Datagrid.aspx

View Source     Demo