
This project shows an easy way to create a guestbook built using ASP.NET. Access database is used to store the data. ADO.NET is used to access the data on the server. To format the data, I use the Repeater control that comes with Visual Studio .NET. The guestbook is split into two pages, one where the user can write in the guestbook and the other shows a log of all the guestbook entries.
|