65.9K
CodeProject is changing. Read more.
Home

Universal generic database record maintenance (MS Access or SQL Server)

starIconstarIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIcon

2.10/5 (9 votes)

Nov 22, 2002

1 min read

viewsIcon

95692

downloadIcon

2911

ASP.NET universal generic database application, based on one table from either an Microsoft Access2000 or SQL Server 2000 database. It comes in 2 versions: ASP Classic or ASP.NET

Sample Image

Introduction

ASP.NET universal generic database application, based on one table from either an Microsoft Access2000 or SQL Server 2000 database. It comes in 2 versions :- ASP Classic or ASP.NET

Logic and process flow is exactly the same, even to the extent of having the same program names (ie *.asp & *.aspx), except the ASP.NET version uses the Calendar control. This sample application is a good example of migrating from ASP to ASP.NET, using much of the same code, and how to make it perform better in ASP.NET.

It must be stressed that the ASP.NET version can be improved upon by using standard controls, such as datagrid, etc..

Features

  • Web Page security List
  • Records displayed in synchronization Field
  • record validation 
  • Update, Add and Delete record functionality 
  • Automatic list refresh function 
  • Calendar and Date conversion 
  • Automatic window sizing (according to monitor size) 
  • Use of multiple frames Netscape and Explorer compatability on PC & Mac 
  • Automatic list checkbox record update 
  • Use of images as buttons 
  • Extensive use of Javascript 
  • Example of a drop-down list Use of modal windows

Using the code

Below is the program flowchart associated with the application 

Program Flowchart

Points of Interest

This application is a good example of migrating from ASP Classic to ASP.NET, without making too much change to the code. The only major difference is the use of the ASP.NET Calendar Control.

History

This is Version 1.0