This article explains the art of creating a guestbook in ASP.NET. The author uses Access datbase to save the data. To access and retrieve the data on the server, ADO.NET is used. From the VS.NET, the repeatercontrol is used to format or change the...
A guestbook in ASP with Access 2000 database. To change language you only have to change the name of an include file (language.asp). Features: Paging, Validation of entries, online admin tool to edit, delete or to add a comment to messages. Help...
Creating Controls Dynamically in ASP.NET is a simple tutorial for the beginners to know how to add the controls dynamically in a web page. In this tutorial the author clearly shows how to add a link button control dynamically to a web page and...
Write text to a file in ASP is a web based tutorial through which users can learn about writing a text content to a file in ASP applications. Here is a code which have to be included while constructing a programme for writing a text into a file....
Creating and Saving Images to a Database in ASP.NET is an ASP.NET tutorial which guides you in storing the images on a database and displays it on the screen. In this tutorial the author defines 3 functions which helps you to store images on the...
HOW TO: Create a Summary Row for a DataGrid in ASP.NET by Using Visual Basic .NET is an interesting article in which the author briefly describes about creating a summary row in the datagrid control using Visual Basic.NET. This article clearly...
HOW TO: Create a Summary Row for a DataGrid in ASP.NET by Using Visual C# .NET is an article that describes step-by-step process of creating a summary row in the datagrid control in ASP.NET. In this article the author explains the procedure with...
This is a php software and a guestbook in which users are allowed to access more data without using mySQL database. This script includes an admin module to remove and change entries for configuring this script. Here users can configure the layout...
This is a php software and a guestbook in which users can store entries in a text file. This script has an admin area to edit, delete and comment the entries on their website. Features like smilies, bad word filter, mandatory fields, define an...
This is a php program and a guestbook in which users are allowed to post name, email address, urls, actions, messages, comment date, message id and comment time on website. Here webmaster can control the users actions and can edit, sort and delete... |