Building E-Commerce sites ASP / Scripts
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 Object Model,the careful design of these object models are the key to building good software.
Financial Graph ASP / Charts and Graphs
Utilizing some simple html and the output from an access db effective graphs can be produced without the need for third party components.
Creating Excel Spreadsheets ASP / Excel and ASP
In this article we will look at using the Office Web Components (OWC) to create an Excel spreadsheet via ASP code based on the results from a database query! All of this complexity is encapsulated in a (rather basic) class.
ASP image resize and jpg/gif/png convert ASP / Images
Short sample to resize and convert jpeg, gif and png image files from an ASP page and create on-the-fly Thumbnails using Chart object from Office web components.
Authentication Tutorial ASP / Cookies and Sessions
This is a quick and easy guide to building an authentication system in ASP. First, it explains Authentication: What it is, how you work with it, and what options are currently available to you. Then, it explains each choice in more detail to help you decide which is the best way for you to authenticate your web users.
Creating a Server Component with Visual Basic ASP / Component Building
This article is primarily for Active Server Pages (ASP) developers who would like to take their ASP skills a step further. By bundling ASP code into server-side components, developers not only increase Visual Basic functionality and ASP speed, but also find a marvelous way to encapsulate and protect their ASP source code.
Building an ASP File Manager ASP / File Operations
This article describes how to build a very powerful, potentially destructive application using the File System Object. It should never be implemented in a production environment without ensuring that proper security precautions have been taken to maintain the integrity of the data contained on the web server.
Professional Windows DNA ASP / Miscellaneous
This is a sample chapter from Wrox Press book 'Professional Windows DNA.' It prvides info on building web applications with VB, COM+, MSMQ, SOAP and ASP.
FORMATTING CURRENCY - ASP CODING ASP / Miscellaneous
If you are building a shooping cart, you want to modify currency. If you add this simple code inside your code, you may easily change currency format. To make this changes you must modify local identifier of page.