Choosing a scripting language for ASPActive Server Pages introduced a whole new concept to web development - scripting language of your choice. Before ASP came around, the web development tools such as ColdFusion by Allaire required that you know a proprietary scripting language (in the...
COM Objects in ASPIf you are an Active Server Pages (ASP) developer, you have already used Component Object Model (COM) objects to create your ASP pages. However, unless you have developed COM objects or read a detailed book on COM, you might not know about the...
Connect an HTML Page to a Microsoft Access DatabaseA data access page is an HTML page that has an Office Web Component embedded into it. The Office Web Component stores connection information about a data source. This article describes how to use data access pages to connect an HTML page to tables in...
COOKIE BASICSA great way of personalizing your website is through the use of cookies. There are a lot of things that you can do with cookies. This script shows you how to read and write cookies to the browser.
Create a Master/Detail Page (.asp) by Using Design-time Controls (DTCs)Individuals commonly want to display a list of items/records associated with a particular item/record selected by the user. The sample in this article uses a table with a one-to-many relationship with a second table. A list box displays one field...
In this issue we will implement a catalog site that is build with Active Server pages and SQL Server. Along with the implementation there is source code and a discussion of the advantages and disadvantages of creating a catalog site...
Creating a Datagrid Class in classic ASPWell we've all heard of the wonderful Datagrid in ASP.Net and it's pretty handy to say the least. Then again some of you like me may still be stuck with poor old ASP for the moment. But it's not all bad. With vbscript classes in ASP you can acomplish...