Remember Me
forgot your password?

HTML Guestbook in ASP.Net

File Based Guestbook

Any site developed in plain HTML can be integratated with this code.However it is impossible to create a Guest Book with just plain HTML without any server side technologies. As finding an Asp.Net enabled cheaper host is fairly easy. It should be noted that, the server side execution is necessary  for saving a GuestBook. Though the databases are better option. To make the article simpler I have used a flat file.

For a Complete Source code visit here(HTML Guestbook)

The guest book is designed to be saved into the file system at the web server. Since the flat file is just served s a text storage, we may delimit the data in a standard way. so that later on the data can be presented as required. There are two segments we need to consider for delimiters, one is for the row delimiter another is a column delimiter. so we will use ~ to differentiate each row. and with in the row we can use | to delimit the columns

The saved GuestBook.Txt can be parsed with another one Web Page for loading data in to the screen by using a Split () function
'~' To delimit a guest entry
'|' To delimit attributes as name email and comments

First split using ‘~’, will get the entire guest book entry for one visitor. Take that entry and parse again using split with |, First element is Name, Second element is e-mail, third element is comments. It can be displayed easily with some HTML formatting

pons_saravanan

Pon Saravanan

Rate this Article: 0 / 5 stars - 0 vote(s)
Print Email Re-Publish

Add new Comment



Captcha

  • Latest Programming Articles
  • More from pons_saravanan

A reason to smile for All PHP Developers

By: Mahendra Sharma | 28/11/2009
The PHP developers have full right to smile today due to their choice of career as PHP programmers. This article is highlighting some key factors on how this language is bypassing all other in the website development world.

How to Solve the Registry Errors

By: janson | 27/11/2009
The Registry of Windows is the most important for the working of the computer system due to it stores valuable data which can cause serious loss in performance of the system. The registry files of Windows are set to save the configuration settings of Windows and they are spread around on the hard disk. To solve the errors of them was absolute a Herculean task.

Gravity Jack Software Studio is a new venture that is pushing the envelope in the mobile software development arena

By: Adam Chronister | 26/11/2009
Gravity Jack opened offices this month in Liberty Lake and is currently filing patents regarding a tightly-kept secret project that is expected to revolutionize the way people interact with mobile computing platforms such as Apple’s iPhone and Google’s Android.

PHP and Open Source, Keys to build complex but Affordable websites

By: Mahendra Sharma | 26/11/2009
Gone are the days when high tech programmers and high profile companies were required to be engaged to develop a complex system on web. Open Source and especially PHP developers have changed the scenario. Every other day you can find new software available as open source developed by PHP programmers. Essential thing is such software is available for free or at nominal cost.

Java Application development India

By: Rightway Solution | 25/11/2009
Java is most suitable for creating Enterprise Applications for its flexibility and control. JAVA is used to create wide range of application with an extensive functionality.

Understanding the Typical Structure of Software Testing Process

By: yogindernath | 25/11/2009
Understanding the Typical Structure of Software Testing Process

CRM Customisation

By: Manny de Sousa | 24/11/2009
Next Generation CRM platforms need to offer full customisation. With the number of flexible design tools and components for .net and other development platforms there are no excuses for CRM providers not to offer truly simple customisation tools that can be used by non IT minded individuals

Computer technology - How to make your computer work faster?

By: janson | 24/11/2009
Computer slows down over time due to every day use. It makes simple tasks start taking minutes or hours to finish. In order to make the computer work effectively and quickly, it is necessary for the computer users to do something to improve the performance of the computer.

HTML Guestbook in ASP.Net

By: pons_saravanan | 05/11/2009 | Programming
A very simple guest book without any Database storage.

Submit Your Articles Free: Signup
Article Categories




Use of this web site constitutes acceptance of the Terms Of Use and Privacy Policy | User published content is licensed under a Creative Commons License.
Copyright © 2005-2008 Free Articles by ArticlesBase.com, All rights reserved. (0.10, 1, w2)