Saturday, November 21, 2009
 
 
 Sorting ASP Scripts
 ASP Script Home »  60 Most Viewed ASP Scripts

60 Most Viewed ASP Scripts

Sort: 60 Most Viewed | 60 Highest Rated

All Form ASP

Multi-function form for basic navigation, table editing, and recordset paging. This example includes code to dynamically build an SQL UPDATE command based on changed items on the current record. http://adozone.cnw.com/default.htm ...
Added on: 12/19/2002  Hits: 16457 Rating: All Form ASP has been rated  3.47 by  73 users (3.47) votes 73
Category: Form

Open Office

This will allow you to open and manipulate office programs....
Added on: 11/21/2002  Hits: 15746 Rating: Open Office has been rated  3.15 by  67 users (3.15) votes 67
Category: Components

Restrict Access to your site by IP Address

This function compares an 'IP Address to a set of IP filtering 'rules and returns "True" or "False" 'depending if the IP Address should 'have access or not. ...
Added on: 2/21/2003  Hits: 15206 Rating: Restrict Access to your site by IP Address has been rated  3.10 by  60 users (3.10) votes 60
Category: Security

Connecting to Oracle 9i the ASP Way for standalone

I am here giving you both the dsn as well as the dsnless connection for Oracle 9i connection with ASP applications. A dynamic way to explore the best database and scripting language....
Added on: 5/2/2003  Hits: 14961 Rating: Connecting to Oracle 9i the ASP Way for standalone has been rated  2.95 by  77 users (2.95) votes 77
Category: ADO

Legacy Database Handling-Foxpro

Legacy Database still exists in many offices to replace them becomes difficult so the best option is to handle the same and transfer it gradually. One of the temporary solutions would be to make it work in the new environment  This is one of the solution for the people who have the old FoxPro datab...
Added on: 4/10/2003  Hits: 14603 Rating: Legacy Database Handling-Foxpro has been rated  4.05 by  96 users (4.05) votes 96
Category: ADO

Common Database Routines

To assist in interfacing with databases. This script can format variables and return SQL formats. Such as double quoting apposterphies and surrounding strings with quotes, Returning NULL for invalid data types, trimming strings so they do not exceed maximum lengths. This also has some functions so t...
Added on: 12/19/2002  Hits: 13907 Rating: Common Database Routines has been rated  2.98 by  46 users (2.98) votes 46
Category: ADO

Email form using CDONTS

Basic email form....
Added on: 1/14/2003  Hits: 13811 Rating: Email form using CDONTS has been rated  3.03 by  62 users (3.03) votes 62
Category: Form

Send Form By Mail

Sends form results to you via email. ...
Added on: 12/23/2002  Hits: 13752 Rating: Send Form By Mail has been rated  3.11 by  62 users (3.11) votes 62
Category: Form

ASP Date Picker

This is an ASP page, which is supposed to be opened in a new browser window, it automatically resizes to a clients resolution, displaying month view with a possibility to pick a date, which is then inserted into a opener page control (like input type text control), whose reference is passed as an ar...
Added on: 11/6/2002  Hits: 13408 Rating: ASP Date Picker has been rated  2.71 by  52 users (2.71) votes 52
Category: Date/Time

Email file,picture,recipe or a page.

This is a basic script that I used to send file,picture or a page to a friend....
Added on: 1/14/2003  Hits: 12045 Rating: Email file,picture,recipe or a page. has been rated  3.08 by  52 users (3.08) votes 52
Category: Form

Alternate Colors for Table Row using Array

Something similiar to the one Dexter has the codes for. But with array so you can define array and add more colors for rows if you want. It is a beautiful decorative script:)...
Added on: 5/8/2003  Hits: 11185 Rating: Alternate Colors for Table Row using Array has been rated  3.05 by  38 users (3.05) votes 38
Category: Misc.

Rename Folder

This will rename and or move a folder...
Added on: 10/5/2002  Hits: 8439 Rating: Rename Folder has been rated  2.73 by  51 users (2.73) votes 51
Category: Files

clsSortableTable.asp

This is a VBScript class that will generate and write an HTML table filled by a RS. All you have to do is pass set its connection and SQL properties. The table will be pageable and sortable by clicking the column heads. You can set the column heads to text or images. You can also set on of the colum...
Added on: 11/16/2002  Hits: 8304 Rating:  clsSortableTable.asp  has been rated  2.98 by  41 users (2.98) votes 41
Category: HTML Formatting

Whois Lookup

Shows how you can do a WhoIs lookup using a COM object capable of using winsock....
Added on: 11/16/2002  Hits: 7982 Rating: Whois Lookup  has been rated  2.98 by  42 users (2.98) votes 42
Category: Components

DegK Function

DegK allows a programmer to convert a Celcius temperature to a Kelvin temperature. To convert Fahrenheit temperatures to Kelvin, you must first convert Fahrenheit to celcius by using the DegC function: ...
Added on: 12/2/2002  Hits: 7823 Rating: DegK Function  has been rated  3.03 by  36 users (3.03) votes 36
Category: Math

Display Record Alternate Row Color

This is a simple way to display record in alternate row color.You can view an example in ex-designz.net the reciep category section....
Added on: 5/7/2003  Hits: 7781 Rating: Display Record Alternate Row Color has been rated  3.00 by  36 users (3.00) votes 36
Category: Misc.

Form Maker

This is an application that creates a form in HTML depending on user specs...
Added on: 10/11/2002  Hits: 7771 Rating: Form Maker has been rated  2.93 by  42 users (2.93) votes 42
Category: HTML Formatting

GetHeaders Function

GetHeaders returns all headers sent to the current web page by a given user's browser. GetHeaders returns a reference to a Scripting.Dictionary object. The Keys and Items collections will be filled with all header name, value combinations sent by the browser. ...
Added on: 11/28/2002  Hits: 7742 Rating: GetHeaders Function  has been rated  3.08 by  37 users (3.08) votes 37
Category: Sessions

Limit Character To Display

This sample code will limit the character to display.You can view an example in ex-designz.net recipe category section....
Added on: 5/7/2003  Hits: 7631 Rating: Limit Character To Display has been rated  3.11 by  38 users (3.11) votes 38
Category: Misc.

Using a Stored Procedure with ADO

This will connect to your specified Stored Procedure, refresh the parameters, add each parameter, and then execute it. Optionally, it has a return value, as a parameter. This is always useful when inserting, and using @@identity. ...
Added on: 11/21/2002  Hits: 7612 Rating: Using a Stored Procedure with  ADO  has been rated  3.41 by  58 users (3.41) votes 58
Category: ADO
Records 1 to 20 of 60

1








HOME | ARTICLES | MUSIC | DOWNLOADS | LINK DIRECTORY |  GAMES | TEST-QUIZZES | SITEMAP | ABOUT | HELP
Copyright © 2000 - 2007 Ex-designz. All rights reserved. Website Developed By Dexter Zafra of Myasp-net.com
Link to us | Contact us | Privacy Policy | Terms of use | Accessibility