Most Popular Scripts | ASP | Tutorials & Tips
Database Editing Sample
posted byjohninDatabase-related
This is a quick sample code which combines a number of database functions into one script. Includes functions to add, delete, and edit records in a database table. It illustrates a number of useful techniques for database manipulation.
Reviews0
PriceFree
Views3734
You've Got Mail! - Site Server Direct Mailer
posted bynyshivainMailing List Management
This article explains in graphics how to configure Site Server Direct Mailer, create test members and distribution lists, create template emails, and finally, create and run a Direct Mailer package to send the personalized emails to the target members.
Reviews0
PriceFree
Views2458
Registering Your Components on NT 4 with ASP
posted bywebmasterinComponent Building
It can really be a pain to register .DLL's on your remote servers. This article will explore how to set up a set of ASP pages to register your DLL's on NT 4. ASP source code available for download.
Reviews0
PriceFree
Views1896
Implementing Dynamic Arrays of Objects
posted bywebmasterinDevelopment
Using classes in ASP 3.0 we can create dynamic arrays of objects. This article presents a sample code showing how to implement a class of dynamic arrays of objects several layers deep.
Reviews0
PriceFree
Views2015
Creating Custom Hierarchical Recordsets
posted bymitchellinDatabase-related
This article covers two advanced ADO topics: creating hierarchical Recordsets (via data shaping) and creating custom Recordsets. Specifically, this article looks at how to create custom hierarchical Recordsets. The reader is required to have a fluid understanding of both data shaping and custom Recordsets.
Reviews0
PriceFree
Views1726
Speed Up Rendering
posted byramainDevelopment
This article shows you how to boost the performance of your ASP Web application by improving the speed at which your browser renders your resultant HTML.
Reviews0
PriceFree
Views1308
Converting Your existing HTML to XML
posted bykamanna_ashwininXML & ASP
This article explains how to easily migrate HTML pages to XML using HTML Tidy and a COM Wrapper. It discusses a sample conversion of the bookmark file from HTML to XML and then into a browser-neutral tree view. Helpful for sites where a lot of information is maintained as flat HTML pages with their pages sharing similar structure. Supporting source code available for download.
Reviews0
PriceFree
Views2157
A 'Print This Page' Script Using the MS-XMLHTTP object and Regular Expressions
posted bytroyinContent Management
This 2-page article describes how to create a Printer Friendly Page using Microsoft's XMLHTTP component along with regular expressions. It shows how to use XMLHTTP to perform an actual HTTP GET request for the page that you wish to display in a Printer Friendly format. Then, it utilizes regular expressions to pick out chunks of text that the Web page author has defined to not appear in the Printer Friendly format. A neat read highlighting the capabilities of the XMLHTTP component and regular expressions.
Reviews0
PriceFree
Views4341
Using SQL-DMO To Backup and Verify a Database
posted bycwilsoninDatabase-related
This article shows you how to use SQL-DMO to create an Active Server Pages application to backup and verify a SQL Server database. The SQL Distributed Management Objects (SQL-DMO) extend the functionality of SQL Server by providing developers a way to execute common tasks.
Reviews0
PriceFree
Views1732
Turn foreign keys into list boxes
posted byhotscriptsinDatabase-related
The author writes "CoverYourASP's original database administration tool didn't look for foreign keys, and just displayed a confusing list of primary key values. Now, it's been improved with automatically generated list boxes." This tutorial explains how to turn those foreign keys into list boxes automatically.
Reviews0
PriceFree
Views2181
What's in an ADO Connection String?
posted byjohninDatabase-related
This article explains ADO connection strings and parameters. By the end of the article you should be able to build appropriate ones on your own instead of cutting and pasting them.
Reviews0
PriceFree
Views2006
Using XML to Improve File-Upload Processing
This article presents an example of multiple binary file upload for Web applications using Extensible Markup Language (XML) technology, without the typical limitation of traditional file upload processing. It describes how to use Microsoft XML Parser 3.0 (MSXML) and ActiveX Data Objects (ADO) Stream objects for a new upload strategy with several benefits. No custom ASP components are required.
Reviews0
PriceFree
Views1679
Name Search & Hyperlinks to Detail
posted byinfoinDatabase-related
This is an example code showing how to conduct searches on a database to display hyperlinked summaries that can be clicked on to display detail data.
Reviews0
PriceFree
Views2092
Add New Data Access Routines to Your Arsenal
posted byramainDatabase-related
This article presents three modular routines to access and fetch data easier with ASP. Topics include: Fetching a Recordset, An alternative to the GetConnectedRecordSet function that opens a connection, fetches a recordset, and immediately closes the connection, and Utilities for Creating Valid SQL Statements.
Reviews0
PriceFree
Views1560
Here, There, and Back Again: Maintaining State Across Domains
posted byjwhitneyinCookies & Sessions
This article describes three simple techniques which combine persistent cookie management and creative redirects to give users a consistent experience as they move through sites in different subdomains and domains.
Reviews0
PriceFree
Views2092
Using the Application Object to Improve Performance
posted byjoelauerinDevelopment
This article discusses the usage of persistence with the Application object in detail. Explains when to use Persistence, advantanges and disadvantages of using Persistence, and what types of data exchanges are targets for optimization and the benefits and disadvantages of using persistence with the Application object. Example code available for download.
Reviews0
PriceFree
Views1051
How to Build a Forms Validation Library
posted byedinForm Processing
This article shows how to build a forms validation library using JavaScript and ASP. Its FormLib simplifies form creation and eliminates common forms-maintenance tasks.
Reviews0
PriceFree
Views2786
Page Template Functionality
posted bymailinContent Management
Based on an HTML template file, this ASP sample code formats pages of a web site dynamically. It allows you to change the appearance, layout, fonts, colours and pagewidth throughout the whole site just by replacing one template file. It also allows you to display the same pages using different templates: printer friendly versions, small screens, handheld versions, webTV versions, search engine pages, etc.
Reviews0
PriceFree
Views4835
Null Is Null
posted byDaveinDatabase-related
A discussion of how to use null values effectively in your database tables. Includes a discussion of the logic behind nulls and some practical programming techniques.
Reviews0
PriceFree
Views1597
Stripping HTML Tags using Regular Expressions
posted bywebmasterinDevelopment
This article examines how to strip HTML tags using regular expressions. Regular expressions are nifty little buggers that can be used to perform advanced string pattern matching and replacing.
Reviews0
PriceFree
Views3478