1
|
» ADO
» Array » Components » Cookies » Date/Time » Files » Form » Graphics » HTML Formatting » Language » Math » Misc. » Multimedia » Performance » Printing and reports » Security » Sessions » SQL » Strings » XML |
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 ASPMulti-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: (3.47) votes 73
Category: Form Open OfficeThis will allow you to open and manipulate office programs....Added on: 11/21/2002 Hits: 15746 Rating: (3.15) votes 67
Category: Components Restrict Access to your site by IP AddressThis 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: (3.10) votes 60
Category: Security Connecting to Oracle 9i the ASP Way for standaloneI 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: (2.95) votes 77
Category: ADO Legacy Database Handling-FoxproLegacy 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: (4.05) votes 96
Category: ADO Common Database RoutinesTo 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: (2.98) votes 46
Category: ADO Email form using CDONTSBasic email form....Added on: 1/14/2003 Hits: 13811 Rating: (3.03) votes 62
Category: Form Send Form By MailSends form results to you via email. ...Added on: 12/23/2002 Hits: 13752 Rating: (3.11) votes 62
Category: Form ASP Date PickerThis 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: (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: (3.08) votes 52
Category: Form Alternate Colors for Table Row using ArraySomething 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: (3.05) votes 38
Category: Misc. Rename FolderThis will rename and or move a folder...Added on: 10/5/2002 Hits: 8439 Rating: (2.73) votes 51
Category: Files clsSortableTable.aspThis 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: (2.98) votes 41
Category: HTML Formatting Whois LookupShows how you can do a WhoIs lookup using a COM object capable of using winsock....Added on: 11/16/2002 Hits: 7982 Rating: (2.98) votes 42
Category: Components DegK FunctionDegK 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: (3.03) votes 36
Category: Math Display Record Alternate Row ColorThis 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: (3.00) votes 36
Category: Misc. Form MakerThis is an application that creates a form in HTML depending on user specs...Added on: 10/11/2002 Hits: 7771 Rating: (2.93) votes 42
Category: HTML Formatting GetHeaders FunctionGetHeaders 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: (3.08) votes 37
Category: Sessions Limit Character To DisplayThis 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: (3.11) votes 38
Category: Misc. Using a Stored Procedure with ADOThis 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: (3.41) votes 58
Category: ADO |