asp Feature Archive of Articles

ASP
This listing shows you every single article in the ASP Site! The articles are shown in date order, with the most recent articles on top. You can also use the search feature to search for something specific. These listings are shown 10 articles to a page.

Archive by Date | Archive by Article Title


Regular Expression Pattern Matching
Regular Expressions let you do pattern matching in VBScript and ASP. In essence, you can validate that any input string matches up to your required letter/number settings.

Split ASP String Function
Are you trying to break a string up into smaller pieces? ASP provides an easy to use split function which lets you dice and slice a string.

Saving Changes is Not Permitted error
When you're modifying your database, you might get an error that says Saving Changes is Not Permitted. How do you fix this error?

Browser-Specific Code for IE and Netscape
If you are designing a website, it is critical that you understand the differences between IE - Internet Explorer - and Netscape, and code for both.

Using ASP with a Dedicated Database
When you truly begin to base your website on database content, it´s time to get yourself a dedicated MS-SQL or MySQL database system. This helps guarantee you proper response time and performance.

ASP Session Object Variables
Usually when you code an ASP script, the variables you use only exist while the script runs. But what if you want to code a shopping cart, or something else where data is kept active?

Basic Setup of an RSS ASP File
When you're setting up an RSS file that has ASP processing in it, the logistics can be confusing. Here's a step by step description of what is going on.

Using ASP to Code an RSS Feed
RSS feeds let you easily syndicate your content to an end user or another website. ASP can help you easily create your own RSS feed for your website.

Pages of Results:
{ 1 }

Editor's Picks Articles
Top Ten Articles
Previous Features
Site Map