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 Highest Rated ASP Scripts
60 Highest Rated ASP Scripts
Sort: 60 Most Viewed | 60 Highest Rated
Array CountArray Count...Added on: 11/23/2002 Hits: 6808 Rating: (450.30) votes 174
Category: Array Show current week numberThis little simple code snippet generates the calender week number, counting the first week with four or more days in the new year as week 1. ...Added on: 10/26/2002 Hits: 7007 Rating: (3.02) votes 165
Category: Date/Time ExchangeSort FunctionThe ExchangeSort function sorts an array alphabetically (A - Z) or numerically (low to high). ExchangeSort expects an array as input. ...Added on: 11/28/2002 Hits: 5414 Rating: (2.66) votes 149
Category: Array Display Random ImageA simple random image. This is the code we use to display randon image at Ex-designz Recipe and Karaoke section....Added on: 8/11/2007 Hits: 301 Rating: (184.73) votes 130
Category: Files 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 Compare ValueCompares a numeric or string value with a list of other values. Returns the 1-based index of the matching value, or zero if the value doesn't appear in the list. String comparisons are case-sensitive....Added on: 10/23/2002 Hits: 4382 Rating: (3.57) votes 94
Category: Language Create XML DocumentActive Server Pages allow for the easy ability to create dynamic views of your data on a web server, but you can also create "static" documents on the server. This can be particularly useful if you wish to distribute your information on CD or in virtually any document form. The following example wil...Added on: 8/11/2007 Hits: 335 Rating: (3.04) votes 92
Category: XML Reading and writing cookiesYou can't do much useful in the Internet world without writing a cookie to the user's browser. This code shows you how to store a cookie and cookie value and then retrieve it using the response and request object. ...Added on: 12/23/2002 Hits: 6946 Rating: (3.59) votes 88
Category: Cookies Stored Procedure Interface GeneratorGenerate the ASP code to interface with a stored procedure....Added on: 11/19/2002 Hits: 4686 Rating: (3.05) votes 84
Category: SQL 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 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 Delete FilesEnables users to list and delete files...Added on: 10/14/2002 Hits: 6640 Rating: (2.91) votes 69
Category: Files 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 Restart SessionRestarts a session...Added on: 10/20/2002 Hits: 5518 Rating: (2.59) votes 66
Category: Sessions Send Form By MailSends form results to you via email. ...Added on: 12/23/2002 Hits: 13752 Rating: (3.11) votes 62
Category: Form Send Outlook message from scriptThis allows you to fill out and send an Outlook message from script. Uncomment 2 lines to create a sub that can be included in a larger script. Great for admins who routinely send reports. ...Added on: 11/16/2002 Hits: 6465 Rating: (3.39) votes 62
Category: Components Mass Emailing using DatabaseSending mass emails from your database's contact list. Sometimes we have our own contact list in our database and we would like to send them our latest product information. This is small script which helps in doing the same. Assumptions: 1)Database which has basic emailing information like...Added on: 4/18/2003 Hits: 6814 Rating: (2.76) votes 62
Category: ADO Email form using CDONTSBasic email form....Added on: 1/14/2003 Hits: 13811 Rating: (3.03) votes 62
Category: Form Text to ImagesGot your own nifty asp hit counter(maybe my unique hit counter)? still in text though?? Here is the solution!! Just add the function below, and pass the number of hits to it, and boom, it displays the images. The only catch is you have to make your own images, darn......Added on: 11/16/2002 Hits: 7559 Rating: (2.92) votes 60
Category: Graphics 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 |