NCS Logo - Click for home page Northstar Developer Center
Platforms
All Platforms
.NET Framework (1.x - 4.x)
Active Server Pages
ASP.NET
C#
SQL Server
VB.NET
Visual Basic

Keywords
ASP.NET Authentication
ASP.NET Data Access
ASP.NET Page Events
.NET Data Types
.NET E-mail
.NET Functions
.NET System.IO
.NET System.Net
.NET System.Net.Sockets
Active Data Objects
ASP Architecture
ASP Black Belt
ASP Built-in Functions
ASP Built-in Objects
ASP Debugging
ASP Performance
ASP Security
ASP Syntax
ASP.NET Controls
ASP.NET Features
ASP.NET Master Pages
ASP.NET Security
Certifications
COM, DCOM, COM+
Data Access
E-Mail
Errors
HTML Tips
IIS
Object-Oriented Programming
SQL
Uncategorized ASP Tips
VB API Programming
VB Forms
VB Syntax

Book Support
Visual Basic 6 Bible
ASP Bible
ASP Weekend Crash Course
ASP.NET At Work
Creating Web Services

All articles with keyword "ASP Built in Functions"

ASP Magic Eight Ball

If you've got questions about how to do random events, take a look at this sample from CodeAve.com: dim saying(20) ' set the variable saying with 20 di...

Click for more...

Building a Date Formatting Function

One rule many companies are adopting prior to Y2K is that all dates show all four digits of the year, often in a MM/DD/YYYY format. The problem is that the Form...

Click for more...

Building a Format Function

If you want an ASP solution for the missing Format function that you might have liked in Visual Basic, here’s a version in VBScript: '''''''''''''''...

Click for more...

Building a List Automatically

Here's a tip sent in by Wilfred Mathews on how to build either a drop-down list or a multi-row list box by using a database query. While using the Select...

Click for more...

Case Sensitivity in the Replace Function

One of the newer VBScript functions, Replace, allows you to replace text within one string with other text. The simplest method for using this function is:

Click for more...