Click here to Skip to main content
15,867,453 members
Articles / Web Development / ASP.NET

ASP.NET Guestbook Application

Rate me:
Please Sign up or sign in to vote.
3.44/5 (15 votes)
26 Jan 2002CPOL1 min read 505K   6K   67   33
A one-to-one ASP to ASP.NET port of a simple guestbook application using ASP and an Access database

Overview

This is a 1:1 port (regarding functionality) of my guestbook application written in VBScript for ASP, to a C# application written for ASP.NET.

Therefore, all the descriptions of the mentioned original guestbook article apply to this article as well. I will quote the most important facts here.

The guestbook has the following main-functionality:

  • Display entries with author-name, e-mail, date and text
  • Administration mode: delete entries
  • Navigation: jump to first page, last page, previous page, next page, discrete pages

The sample is ready-to-use. As-few-as-possible HTML-formatting (e.g., fonts) is done in order to keep it clear. You could modify the following things:

  • Change the language of the texts
  • Adjust the design to your needs
  • Extend the functionality

Details

All code was written in a single ASP.NET file. No CodeBehind was used in order to keep the number of files small. The web.config file should be optional but helps in debugging the application.

To install, create a virtual directory (and an IIS application, which normally is done automatically). Then, copy the files in this directory. That's all.

Of course, you need to have the .NET Framework (with ASP.NET and ADO.NET) installed.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Chief Technology Officer Zeta Software GmbH
Germany Germany
Uwe does programming since 1989 with experiences in Assembler, C++, MFC and lots of web- and database stuff and now uses ASP.NET and C# extensively, too. He has also teached programming to students at the local university.

➡️ Give me a tip 🙂

In his free time, he does climbing, running and mountain biking. In 2012 he became a father of a cute boy and in 2014 of an awesome girl.

Some cool, free software from us:

Windows 10 Ereignisanzeige  
German Developer Community  
Free Test Management Software - Intuitive, competitive, Test Plans.  
Homepage erstellen - Intuitive, very easy to use.  
Offline-Homepage-Baukasten

Comments and Discussions

 
GeneralTest Pin
24-May-02 15:01
suss24-May-02 15:01 
GeneralTesting Your Guestbook Pin
27-Feb-02 8:23
suss27-Feb-02 8:23 
GeneralRe: Testing Your Guestbook Pin
27-Feb-02 14:58
suss27-Feb-02 14:58 
GeneralRe: Testing Your Guestbook Pin
need4agoodfreind8-Jan-03 1:17
need4agoodfreind8-Jan-03 1:17 
GeneralRe: Testing Your Guestbook Pin
Ckodl8-Jan-03 1:17
sussCkodl8-Jan-03 1:17 
GeneralRe: Testing Your Guestbook Pin
Anonymous22-Jun-05 18:13
Anonymous22-Jun-05 18:13 
GeneralRe: Testing Your Guestbook Pin
Anonymous29-Jan-03 1:15
Anonymous29-Jan-03 1:15 
GeneralRe: Testing Your Guestbook Pin
MCApreeti24-Aug-05 8:57
MCApreeti24-Aug-05 8:57 
i want to see the design of this application and want to run it



bhupinder

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.