Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Top Rated Scripts | ASP | Tutorials & Tips

Results 1-20 of 708
Loops within Loops: Coding an ASP-based Bulletin Board
This article provides an easy way to list nested forums. It does have some drawbacks, though. For starters, there is an upper-bound on the number of nested replies a message can have. In this example, the number is 12, although this is configurable. Furthermore, this approach is not the most efficient approach, and could be streamlined using stored procedures and fewer ADO objects within the code.
(3 ratings)
Reviews0
PriceFree
Views4022
Speed up Database Access using GetRows
This is an article on using Recordset. It uses GetRows method to speedup database access. One of the fastest ways of displaying database records with ASP. Sample Database and Code available for download.
(3 ratings)
Reviews0
PriceFree
Views3851
Dynamically Generated HTML Forms
This article discusses two different ways to dynamically generate data-entry forms: Use the ADO OpenSchema Method, and Query Your SQL Server System Tables. Describes advantages and disadvantages of each method.
(3 ratings)
Reviews0
PriceFree
Views3477
Date Last Modified ScriptWriter
posted byinfoinDate & Time
The author writes "Many places on the web feature the date that the current document was last modified on. Rather than changing the date manually, using a FrontPage WebBot, or targeting the document by writing it directly into the script, let the server ask the document for the info and it will tell you. This scriptwriter will output code that can be placed on any .asp document on your server and will display the date and time it was last modified in a number of varieties."
(3 ratings)
Reviews0
PriceFree
Views3552
Easy way to add a record
Adding a record from a database table is a simple task. Fill out the form below and click submit. The sql statement will be generated for you.
(3 ratings)
Reviews0
PriceFree
Views3025
Bullschmidt ASP Developer Tips
posted bypaulinDevelopment
ASP Web developer tips and guidelines including such things as included files, database passwords, post-back pages, flushing the buffer...
(3 ratings)
Reviews0
PriceFree
Views2306
Free 1Z0-040 Study Test Exam Questions
Pass-Guaranteed is the leader in IT Certifications that will Guarantee you will pass your 1Z0-040 exam on Your First Try. We have provided a free 1Z0-040 free exam where you will be able to see the quality that goes into our 1Z0-040 test questions. Our 1Z0-040 practice test questions are designed by highly experienced and certified trainers that Guarantee success on your 1Z0-040 exam!!!
(3 ratings)
Reviews0
PriceFree
Views1654
Bubble sorting in ASP
This is a script aimed to order an array with bubble sort technique. This algorithm of sorting of array is probably the most known for lack of being the most effective.
(3 ratings)
Reviews0
PriceFree
Views1697
ASP Tutorial (Tizag Tutorials)
Learn the basics of ASP with Tizag.com's ASP Tutorial with more than 20 lessons from ASP syntax to connecting to a database.
(3 ratings)
Reviews0
PriceFree
Views1995
Encrypt Passwords Before Storing In a Database
This code demonstrates how to use an MD5 hash to encrypt user passwords when storing them in a database. There are constantly news items about companies where user information is compromised. By storing passwords using an MD5 hash, even if your database is compromised the passwords cannot be decoded. The only downside is that users cannot retrieve lost passwords, they must reset them.
(3 ratings)
Reviews0
PriceFree
Views1604
Send an Email with ASP/PHP/Perl
Assuming your flash IDE is open already let�s go ahead and get started. In this tutorial we�ll cover sending emails through flash using a server side script in ASP, PHP, or Perl we will cover all three. With this you can add email functionality to your flash website for endless possibilities. There are a few things to note here. It is a very wise choice to restrict some aspects of this application. Allowing users to decide where the email is going can lead to some serious headaches. By giving users that ability you open yourself to the user using it for anonymous emails, so be careful.
(3 ratings)
Reviews0
PriceFree
Views1600
How to find out the Page Load time using ASP
The complete tutorial and code which will display the Page Load time using ASP
(3 ratings)
Reviews0
PriceFree
Views1614
An introduction to ASP
Active Server Pages is a programming environment that gives the ability to generate dynamic html pages with the help of server side scripting. This article will help you to understand what is ASP, How is works and how to get started with ASP.
(1 ratings)
Reviews1
PriceFree
Views5522
Handling 404 errors with email - and a twist
Everyone has seen an HTTP 404 error at some point. You follow a link on a web page, and BOOM - File not found. Perhaps the author spelt it incorrectly, or the page was uploaded to the server by mistake. This tutorial'll show you how to handle this 404 error gracefully by displaying your custom error page, and send an email to yourself so the problem gets fixed.
(1 ratings)
Reviews1
PriceFree
Views4415
How to Build a Low-Budget Web Service with Classic ASP
This article illustrates how to create a news feed Web service in classic ASP. The Web service created is extremely light-weight, requiring minimal Web server requriements. Basically, it uses a light-weight, cilent-side JavaScript file.
(1 ratings)
Reviews1
PriceFree
Views2463
Stacked Bar Chart
Sample code to render a stacked bar chart in ASP. Uses a different color for each stack and each stack will have its own tool tip. Just pass an array with your colors, one for each bar. The colors are specified by name, each color name has a corresponding spacer, a gif image file that is dynamically plugged into the IMG tag SRC attribute via the asp code. Sample code available for download.
(6 ratings)
Reviews0
PriceFree
Views4365
LeakTest
posted bymrloveinSecurity
This digs for your PRIVATE information such as your IP behind your firewall. This article is a harmless way to perform a leaktest that could give someone access to your private information.
(93 ratings)
Reviews0
PriceFree
Views1874
Using ASP to create, edit, or delete information in a database.
This is a set of ASP examples/tutorials that demonstrate exactly how to use ASP with a database. Topics include: Using ADO To Add A New Record, Using ADO To Update An Existing Record, Using An Update Query To Modify An Existing Record, Using Delete Statement to Delete Records, Using A Select Statement (With A Loop), and ACCESS DATABASES ( DSN vs DSN-LESS).
(9 ratings)
Reviews0
PriceFree
Views8376
Using GetRows To Get All Records From Table
Following example, extracts all of the records in a database table and stores into a 2-dimensional array. This gives you an advantages to modify and work on data.
(6 ratings)
Reviews0
PriceFree
Views2873
ASP Component Tutorial using Microsoft Visual Basic
This is a step by step tutorial on creating ASP COM Component in Microsoft Visual Basic. Sample Project files available for download.
(3 ratings)
Reviews0
PriceFree
Views5602
Results 1-20 of 708