Get programming code snippets and tips for HTML, CSS, ASP, SQL, JavaScript, RSS, XML, and more
Lee's Code        A web programmer's toolbox. SEARCH SITE
HOME  |  ABOUT LEE  |  CONTACT  |  SEARCH
Home > Code > ASP

Navigation

Latest Additions

Links


 

Recommendations

Evolve Online
Powered by
Evolve Online
 

Lee's Code: ASP
21 matches found Page 1 of 3  < Previous | 1 | 2 | 3 | Next >
Language  Type  Rating  Description 
ASP  CODE    ASP - Create Radio Buttons
This is a simple function to create radio buttons. I use it often to populate survey forms when there are many repeated radio button groups.... more
 
ASP  Code    ASP - Select Random Records from a data table
Many ASP programmers write complicated code to simulate a random selection of items from an open recordset. This is often done by reading all the records into a... more
 
ASP  Code    ASP Break Cache
When you update a data on a data-driven page then redirect a user to it, you want to ensure the web browser displays current content instead of cached content.... more
 
ASP  Code    ASP Timer
This is a simple script to demonstrate how to time an activity in ASP and display the results.... more
 
ASP  Code    Calculate a Person's Age
How do you calculate a person's age in ASP? You might think the DateDiff function would work if you use the year (yyyy) option. But it doesn't work right be... more
 
ASP  Code    Check Credit Card Validity in ASP
This routine was actually written by someone else but didn't work right so I modified it. It is a very simple credit card verification routine which simply appl... more
 
ASP  code    Classic ASP Timer using SQL Server
This script provides a way to cause your Classic ASP page t pause or sleep. It uses SQL Server to perform the sleep function.... more
 
ASP  code    Convert DateTime to XSD format
I couldn't find a function to convert date and time to XSD DateTime format ( [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] ) so I wrote one. Use this function to con... more
 
Page 1 of 3  < Previous | 1 | 2 | 3 | Next >

Lee's Code programming tips and tricks. Back to top of page.

Programming tips and tricks for ASP, javaScript, SQL, SML, CSS, HTML HOME | ABOUT LEE | CONTACT | SEARCH
 
Copyright © 2001 - 2010 by Lee A. Shurie