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: […]
Memoir … bits of recovered information from the brain of a former Computer Science student
Posted on January 16, 2008 - Filed Under Personal Encounter | 1 Comment
By Aurelie A. Peralta
The year was 1994, I was then a fresh high school graduate and in that particular day, I was enrolling at the Virgen Milagrosa University Foundation as a freshman college student. I was actually undecided that time on what course am I going to take. While roaming around, I saw an advertisement written on […]
Creating a Simple Secured Portal through Session Variables in ASP.NET
Posted on January 16, 2008 - Filed Under ASP.NET | Leave a Comment
By Aurelie A. Peralta
This is a simple tutorial on how to create a simple secured website with the use of Session variables in ASP.Net. It will also demonstrate some of the basics of an ASP.Net page
With Visual Web Developer Express, create a new Website. Click on the Website Menu from the Menu Bar and add […]