Most Popular Scripts | ASP | Tutorials & Tips
Creating VB COM for ASP
posted byag_bennyinComponent Building
Develope reusable code with VB make it dlls and use it in your ASP as third party objects. Knowledge in VB programming is necessary.
Reviews0
PriceFree
Views2061
ASP Installation tutorial
posted byag_bennyinIntroduction to ASP
Learn installaing and configuring ASP scripts and COMponants in your web server in easy steps. No need of programming knowledge.
Reviews0
PriceFree
Views1365
Query String Introduction
posted bycontactinMiscellaneous
Explains the basics of using a query string to send information to different page.
Reviews0
PriceFree
Views1547
Delete records with sql statements
posted bycontactinDatabase-related
Learn how to delete records with an SQL instead of a Recordset. Here are two examples. One will use a query string and the other gets the info from a form. Both examples include an example of a DSN-LESS connection.
Reviews0
PriceFree
Views1991
Access and SQL Server DSN-LESS connections
posted bycontactinDatabase-related
There are a few different ways to connect to an Access database using a DSN-LESS connection. You can use the Access driver, an OLEDB provider connection, a physical path or a virtual path. Here is an example of each as well as a DSN-LESS SQL Server connection.
Reviews0
PriceFree
Views3247
Edit records with sql statements
posted bycontactinDatabase-related
Learn how to edit records with an SQL statement instead of a Recordset. Here are two examples. One will use a query string and the other gets the info from a form. Both examples include an example of a DSN-LESS connection.
Reviews0
PriceFree
Views2108
Populate dropdowns from your database
posted bycontactinDatabase-related
Dropdowns or combo boxes are an excellent way to get input from a user. One of the biggest problems with user input is spelling and formatting. Here is how to use and populate dropdowns from a database.
Reviews0
PriceFree
Views3165
Using Include FIles
posted bycontactinContent Management
As a website gets bigger it can become more difficult and time consuming to maintain. One way to help manage this is with the use of include files. Using includes will cut down on time by limiting the amount of code or html you will have to add to new pages or time spent updating existing pages.
Reviews0
PriceFree
Views2603
Always Updated Copyright
posted bycontactinMiscellaneous
Never worry about your copyright being out of date again.
Reviews0
PriceFree
Views1362
WiredNow.net: SQL Reserved Words
posted bydougrathboneinDatabase-related
It is an often problem with database intergration when you use a reserved word. Often asked why a script does not work and it quite often comes down the the author setting a field name as a reserved word, confusing SQL and making debugging hard. To solve this problem here is a quick list of the SQL Reserved Words.
Reviews0
PriceFree
Views1428
Wielding the Power of the DataView
posted byarticlesinDatabase-related
When faced with learning a new technology, it's common to try and reproduce the basic functionality you're used to in the old one. In doing that with ADO.NET and trying to reproduce the basics or the recordset object, this article discusses the new and many uses of ADO.NET's DataView object.
Reviews0
PriceFree
Views1463
The Len() Function
posted byderekinDevelopment
Overview and a quick example of the Len() function that calculates the LENGTH of a string.
Reviews0
PriceFree
Views1720
SQL Reserved Words
posted byderekinDatabase-related
Many times people will make the mistake of naming a database field with an SQL Reserved word. This is an easy mistake to make. It's hard to remember every single one. Here's a concise listing of SQL Reserved words to help you along.
Reviews0
PriceFree
Views1609
Simple Counter Using Graphics
This example is a simple counter using graphics to display the numbers that will only show page views, not actual visitors. It uses the File Scripting Object to interact with a text file.
Reviews0
PriceFree
Views2345
Arrays in plain English
posted byderekinDevelopment
There are many ways to use arrays. This page shows a couple of quick examples for using arrays in ASP.
Reviews0
PriceFree
Views2148
Query String Example
posted byderekinDevelopment
A short tip on passing info between pages via a query string.
Reviews0
PriceFree
Views3480
Playing With Times
posted byderekinDate & Time
There are several different ways of displaying times. Using FormatDateTime and DatePart functions we can manipulate the time in many different ways.
Reviews0
PriceFree
Views3054
If ElseIf End If Example
posted byderekinDevelopment
Many times we need to perform an action or display something different based on some different parameters. Using If ElseIf End If is one such way to do this.
Reviews0
PriceFree
Views2420
Select Case Example
posted byderekinDevelopment
Many times we need to perform an action or display something different based on some different parameters. Using select case is one such way to do this.
Reviews0
PriceFree
Views3145
SQL In Simple English - Part II
posted byfaisalinDatabase-related
This is the second article in this series. This article mainly deals with SQL Joins and SQL sub-queries. Both of these are extremely useful SQL constructs and should be learnt by all beginners.
Reviews0
PriceFree
Views1799