Home

Submit

Source

Feeds

Home » ASP » Getting Started ::

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.
Related Tutorials
ASP Date and Time
VBScript Functions : DatePart()
ASP / Date and Time
With DatePart() function in VBScript language you could take only some parts of current time and display/use in your applications. Following examples will show you and give a brief on this function.

Site: www.dotnetindex.com Report - View Tutorial

ASP General Development
The Len() Function
ASP / General Development
Len() function that calculates the LENGTH of a string.

Site: pacosdrivers.com Report - View Tutorial

ASP Getting Started
String Functions
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.

Site: www.webdesign.org Report - View Tutorial

ASP Miscellaneous
Visual Basic Script (VBScript)
ASP / Miscellaneous
This tutorial describe: Using VBScript in ASP Pages, Mixing VBScript Statements with Static HTML Text, Variables and Expressions in VBScript, Arrays, "Collection" Class.

Site: www.herongyang.com Report - View Tutorial

ASP Date and Time
VBScript Examples : DatePart Function
ASP / Date and Time
DatePart function is a very useful function to get the a part of a date. You may get year, month, day of year .. etc. of a specific date.

Site: www.dotnetindex.com 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 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 Getting Started
Getting Your Hands Dirty with VBScript
ASP / Getting Started
An introductory look at using VBScript in ASP pages.

Site: www.codebeach.com Report - View Tutorial

ASP General Development
Recursive Functions
ASP / General Development
A function that calls itself repeatedly, satisfying some condition is called a Recursive Function. Using recursion, we split a complex problem into its single simplest case. The recursive function only knows how to solve that simplest case. You'll see the difference between solving a problem iteratively and recursively later.

Site: www.15seconds.com Report - View Tutorial

ASP General Development
Left() Mid() Right()
ASP / General Development
Learn to use Left() Right() Mid() functions using asp with vbscript with this tutorial.

Site: pacosdrivers.com Report - View Tutorial

ASP File Operations
Creating Text files on server
ASP / File Operations
In VBScript language there is no any function for Input/Output on hard disk. But you may use FileSystem Object to create and edit files on server. This is an indirect technics to create any file on server.

Site: www.dotnetindex.com Report - View Tutorial

ASP File Operations
Downloading Files with VBScript and ASP
ASP / File Operations
Setting up a simple file downloading system with VBScript and ASP is no sweat.The primary use for a system like this is to allow downloading of any TEXT based file that would normally be served via a client's browser and be unable to be downloaded.

Site: www.aspemporium.com Report - View Tutorial

ASP Getting Started
Tricks with VBScript
ASP / Getting Started
Collection of 5 useful VBScript tricks.

Site: www.haneng.com Report - View Tutorial

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 Site Navigation and Searching
Replace relative links to absolute base links in HTML - VBScript, ASP
ASP / Site Navigation and Searching
Simple replace function - replaces relative links to absolute base links in HTML href and src attributes and a, img and link tags. It works in ASP or WSH.

Site: www.motobit.com Report - View Tutorial

 
Site Search

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