Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 31, 2006 03:46 AM by Macgyver-
Member
25 Points
7 Posts
May 31, 2006 03:46 AM|LINK
Hi All,
Here are the installation procedures
Download source from here - http://nickmack.members.winisp.net/guestbook.zip
1. Copy the following files to the App_Code directory
· GuestComment.cs
· GuestRegister.cs
2. Copy the following page to the root of the site:
a. ViewGuestComments.aspx
b. ViewGuestComments.aspx.cs
c. GuestBook.aspx
d. GuestBook.aspx.cs
3. Create the table GuestComments (using sql script)
4. Create the StoredProcedures (using sql scripts):
a. AddGuestComment
b. GetGuestComments
Then add a link to it, or add to the web.sitemap - I have just added this to my site on http://www.thenet.gen.nz
Nick.
Macgyver-
Member
25 Points
7 Posts
C# Guestbook
May 31, 2006 03:46 AM|LINK
Hi All,
Here are the installation procedures
Download source from here - http://nickmack.members.winisp.net/guestbook.zip
1. Copy the following files to the App_Code directory
· GuestComment.cs
· GuestRegister.cs
2. Copy the following page to the root of the site:
a. ViewGuestComments.aspx
b. ViewGuestComments.aspx.cs
c. GuestBook.aspx
d. GuestBook.aspx.cs
3. Create the table GuestComments (using sql script)
4. Create the StoredProcedures (using sql scripts):
a. AddGuestComment
b. GetGuestComments
Then add a link to it, or add to the web.sitemap - I have just added this to my site on http://www.thenet.gen.nz
Nick.
b. GetGuestComments