Random Passwords ASP / Scripts
Want to Create a random password and mail it to the person who tried to register at your site? Here is a quick and easy example of how to do this task.
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.
Generating random records from the Database ASP / Database Integration
In this article we will learn how to display random records from the database. From the articles so far, you will be able to display records from the database in a variety of ways and do a lot with them.
Impression Counter (With a db) ASP / Counters
What's behind an image? Just about anything you there to be including a db. A typical image tag downloads an image to be processed by the browser an image tag that references an active server page can do most anything and output an image to be displayed as the final output to the user.
Image downloading from remote servers in ASP ASP / Images
In this tutorial, we will access to a remote server, download image, rename ths image and save to our file system. We will use one function (getImage) and one subroutine (saveImage) to complete this sampel code.
Number Validation in ASP ASP / Getting Started
Following function can be used to check an input field to check the number is valid or not. This sample code can be used in an ecommerce applicatioj to check credit card and quantity of basket.
Error Messages in ASP ASP / Debugging and Error Handling
Problems and coding syntax mistales can been in every serverside application. Security of application is very important. You should need to understand what's going wrong in deep of an apllication. This sample of code is an easy to use an error handling message writer.
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.