Home

Submit

Source

Feeds

Home » ASP » Getting Started ::

ASP Getting Started
This tutorial will teach you all of the basic string functions available in ASP using VBScript. I will keep things concise as possible. The following is a list of the functions and an example of each.
Related Tutorials
ASP Miscellaneous
ASP SPLIT, REPLACE and JOIN String Functions
ASP / Miscellaneous
The various string functions can be used interchangeably often. We will write the same script using SPLIT, REPLACE and JOIN to demonstrate all 3 functions and how they often are used for similar tasks. However, your programming situations may be especially suited for 1 out of 3 of the functions.

Site: www.bewebmaster.com Report - View Tutorial

ASP Getting Started
VBScript Functions : The Len() Function
ASP / Getting Started
In this series of our ASP Developer Articles, we will examine a new VbScript function called as ' The Len() Function'. With LEN functions you can calculate the length of the string. Following function calculates the length of a string taken from input area.

Site: www.dotnetindex.com Report - View Tutorial

ASP General Development
String Functions (Len, Left, Mid, Right)
ASP / General Development
Text manipulation in .asp is a snap. The following example takes a string of ten numbers 8005551212 (the 800 number for 800 info) and splits it into the common ###-###-#### format.

Site: www.codeave.com Report - View Tutorial

ASP Miscellaneous
Query String Introduction
ASP / Miscellaneous
Explains the basics of using a query string to send information to different page.

Site: nuts4asp.com Report - View Tutorial

ASP General Development
Query String Example
ASP / General Development
Learn to use query string with this asp vbscript tutorial.

Site: pacosdrivers.com Report - View Tutorial

ASP Site Navigation and Searching
A Text-Based Search Engine
ASP / Site Navigation and Searching
Have you wanted to allow your users to search through your website, checking for files that contain a particular string? Using the FileSystemObject, you can search through all of the files in a particular directory that contain a particular string.

Site: www.4guysfromrolla.com Report - View Tutorial

ASP Security
How to Encrypt String Using MD5
ASP / Security
In classic ASP there is no any encrypt function. But you can use this useful source code to encrypt any string data using MD5. MD5 encryption is a one-way hashing algorithm. MD5 is a great advantage because it is speed and easy to use.

Site: www.dotnetindex.com Report - View Tutorial

ASP Getting Started
Functions and Subprocedures
ASP / Getting Started
Functions and procedures provide a way to create re-usable modules of programming code and avoid rewriting the same block of code every time you do the particular task. If you don't have any functions/procedures in your ASP page, the ASP pages are executed from top to bottom, the ASP parsing engine simply processes your entire file from the beginning to the end.

Site: www.webcheatsheet.com Report - View Tutorial

ASP Database Integration
Creating Access Database Connection String
ASP / Database Integration
This tutorial contains a better and clean ASP code to create a sample connection string to an Access database. You may use this sample code in your applications.

Site: www.dotnetindex.com Report - View Tutorial

ASP General Development
Some Nifty Functions for Passing Variables Around
ASP / General Development
Here are a set of very useful functions that allows you to pass variables around via forms, querystrings, and/or cookies.

Site: www.asp101.com Report - View Tutorial

ASP General Development
Math functions
ASP / General Development
The following math functions are shown: Abs(), Atn(), Cos(), Exp(), Fix(), Hex(), Int(), Log(), Oct(), Round(), Sgn(), Sin(), Sqr(), Tan().

Site: www.asptutorial.info Report - View Tutorial

ASP General Development
Extremely useful ASP functions.
ASP / General Development
A set of useful ASP ( VBScript ) functions.

Site: www.stardeveloper.com Report - View Tutorial

ASP Emailing
Some support VBA functions for mailenable mail server
ASP / Emailing
Short support functions - Create a postoffice, add a domain to the postoffice, add a mailbox, login, user account and a smtp email address, retrieve account passwords, check if email account exists.

Site: www.motobit.com Report - View Tutorial

ASP Getting Started
Encoding URL strings
ASP / Getting Started
While passing variables as an URL's querystring, you should need to encode the string. All special characters like space must be written in adress bar in a form for browser.

Site: www.dotnetindex.com Report - View Tutorial

ASP Database Integration
How to Connect to Database using a Connection String
ASP / Database Integration
In this tutorial we will show you how to connect to our Access database called 'examples.mdb' and retrieve all the records from the table 'cars'.

Site: www.webcheatsheet.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement