Simple ASP.NET User Login Accounts Maintenance Application
Posted on January 31, 2008 - Filed Under ASP.NET | 1 Comment
By Aurelie A. Peralta
This simple application demonstrates the following:
1. Basic ASP.NET page commands and IF control statement
2. Variables and Session variables
3. Secured page
4. Database connectivity using ODBC
5. SQL commands for Searching, Inserting, Deleting, and Updating records
6. Gridview object in ASP.NET
Start developing the application by creating an Access database with the following structure:
Database name: logindb.mdb
Tables:
Table name: [...]