Advertisment
This article explains how to pass the values in an array from one page to another without using session or application variables.
Here, you'll find a few example codes that allows you to save thousands of unnecessary database queries using Application variables.
This article explains why you shouldn't be sprinking render blocks throughout your HTML code. It's inefficient for the server and for...
A function that calls itself repeatedly, satisfying some condition is called a Recursive Function. Using recursion, we split a complex problem into...
ASP pages are executed on the fly by a server when they are requested by a visitor. Because they are not compiled, ASP scripts are slow and hold up...
This article provides an easy way to list nested forums. It does have some drawbacks, though. For starters, there is an upper-bound on the number...
The following document is intended as a reference for people in charge of Internet Sites who wish to add e-commerce shopping carts. It will try to...
Views: 1072 | | by Sarah
ASP - E Commerce
This article explains how to design and program a multifunctional shopping cart application using SQL Server, ASP, and ODBC. Source code available...
Views: 921 | | by Sarah
ASP - E Commerce
This shopping cart programming exercises is designed to help beginning programmers with some common programming concepts as well as provide more...
This manuscript is an abridged version of a chapter from the Wrox Press book Beginning E-Commerce. This is chapter 3 which looks at building the...
Views: 1016 | | by Donald
ASP - E Commerce
This tutorial shows how to implement a catalog site that is build with Active Server pages and SQL Server. Along with the implementation there is...
Views: 1004 | | by Steve
ASP - E Commerce
The NewMail object gives you the ability to send a message within an ASP page with only few lines of code. This article will help you to understand...
All good websites need to be able to send and recieve email. Ok you could have a mailto link in your page pointing to your email address which when...
This is a basic code that allows you email form results using CDO on an NT / IIS server.
Developers who are new to POP3 as well as seasoned POP3 developers will find this article indispensable. Basic to advanced topics are covered. This...
Short samples which lets you send an email from ASP or WSH, using several objects (CDONTS.NewMail, CDO.Message, Outlook.Application). You can send...
An article on how to validate user email addresses in no time using a simple VBScript function in ASP.
This article describes every step you need to know to send E-Mails using ASP pages.
The author writes 'You know all those email you send using CDO or CDONTS? What happens to the ones that are addressed wrong or if the sender...
PGP (Pretty Good Privacy) is an encryption program used for secure transmission of files and e-mails. This article describes the concepts of PGP,...