

ASP | Tips and Tutorials | Affiliate Programs
The Affiliate Mod Club Add-on is designed to operate with the Affiliate Mod version 1.3 to give a club, company, or organization an affiliate status to earn commissions on products sold. Unlike traditional affiliate referrals where the referring ...
ASP | Tips and Tutorials | Development
You can use dependent listboxes for example to let a user choose a rep in a reps listbox and then have only the customers for that rep be shown in the customers listbox.
ASP | Tips and Tutorials | XML and ASP
Tutorial and code on how to use Microsofts XMLHTTP object to communicate with a remote website/webpage and check for the existence of reciprocal link back.
ASP | Tips and Tutorials | Introduction to ASP
This tutorial shows you how to replace bad words in a string in 2 different ways. Firstly you can remove the bad word(s) or replace the bad word(s) with the * character.
ASP | Tips and Tutorials | Security
This digs for your internal IP. Your EXternal IP should be exposed, but not the address behind your firewall! This article is a harmless way to test for a vulnerability that could give someone access to your private information.
ASP | Tips and Tutorials | Development
Tutorial: Determine if a client and user agent meet the requirements to deliver full 5.1 surround sound to your web visitor.
Topics covered include client machines, user agents, media players, http headers and MIME types.
ASP | Tips and Tutorials | Introduction to ASP
Conditional logic allows certain events to happen if certain circumstances are met. An easy example of this logic in play would be a password script. If the password is correct, go the members area. If the password is wrong, go the login page.
ASP | Tips and Tutorials | Database-related
A stored procedure is like a map to commonly requested information, which can speed things up. This is because stored procedures are cached in the server.
ASP | Tips and Tutorials | Content Management
Content Management Systems. Is a content management system right for you, or your business? What type of CMS will fit your needs. Explore three types of content managment systems, what they do and how they can help you.
ASP | Tips and Tutorials | File Manipulation
Following example displays all sub folders in current folder. We will use SubFolders property of FileSystem Object for this source code. First we will find our current path using System.MapPath.
More New Resources