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

Navigation

Latest Additions

Links


 

Recommendations

Evolve Online
Powered by
Evolve Online
 

Lee's Code: Search All Languages
43 matches found Page 1 of 6  < Previous | 1 | 2 | 3 | 4 | 5 | 6 | Next >
Language  Type  Rating  Description 
ASP  Code    Open CSV File as Dataset
This script shows you how to open a CSV file as a recordset so you can read and write records. It also shows a simple method of looping through the records to p... 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    Show all Server Variables
This is a simple script to demonstrate how to read and show all server variables.... more
 
ASP  Code    State Drop-down List (validated)
This code creates a state drop-down list with the chosen state selected. It includes US States, Canadian Provinces, and a selection for 'none' if the person doe... more
 
ASP  Code    Country Drop-down List (with validation)
This code creates a country drop-down list with the chosen country selected. It is useful for online forms which are populated form a form post or from a datab... 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  Tip    Read and Write Cookies in ASP
This code contains a simple example of reading and writing a cookie in classic ASP.... more
 
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
 
Page 1 of 6  < Previous | 1 | 2 | 3 | 4 | 5 | 6 | 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