
|
| home > Web Design Tutorials > Programming Tutorials > ASP Coding Tutorials > ASP FUNCTIONS TUTORIALS |
|
|
ASP FUNCTIONS TUTORIALS : ASP FUNCTIONS LESSONS
TLdelaySec Function - This function is an easy to use time delay.
IsValidEmail Function - This functions checks for valid possible emails.
GetConfig Function - Make a custom configuration file to use with your ASP scripts.
TLsplit Function - This function was designed by my Co-worker Tim Lasek after I asked him to make it because of things that I didn't like about the built in vbscript function called "split". I primarily use it to take arrays passed from the HTTP HEADER and put them back together, but Tim decided to enhance it by letting you specify the delimiter and by having the array dynamically declare itself so that it is always the exact size it needs to be. This makes this function very versatile. This also handle null values better than split does and overall I like it better..
Extremely useful ASP functions - Please report any problems found to me ASAP, so I may fix them and build another release. I get literally hundreds of emails asking how to use these functions, and questions relating to them, etc. If you have any enquiries regarding these scripts, email me, but please allow up to 36 Hours for a response.
Core ASP Functions - The survey.inc file contains all of the functions for presenting and managing surveys. This file must be included into your ASP page. For example, if the survey.inc file is in the same folder as the ASP page:
FormatCurrency - Formats currency according to the settings of the server and the parameters given.
ASP Net Center - ASP Sub Procedures - Sub procedure is collection of ASP statements that performs a task and executes when it's called on event procedure. Event procedure is any clickable objects or on load event. Sub procedure does not return value but executes its content on call. The following example uses sub procedure to write information stored in variables:
Functions in ASP - You can write functions in ASP similar to the way you write them in VisualBASIC. It is good programming practice to use functions to modularize your code and to better provide reuse. To declare a subroutine (a function that returns no value), you simply type...
|
SUBMIT YOUR WEB DESIGN, GRAPHIC DESIGN, or FREELANCE ARTICLE or TUTORIAL
We are looking for quality submissions of Web Design, Graphic Design, Freelancing, and Small Business Articles & Tutorials. Our network of sites gets about 20,000 visitors per day. If you are interested in promoting yourself or your business, then this is a great way to do so. We might also use it in our Graphic Design Blog and our Web Design Blog. Please submit your articles to us. You can send us your article in MS Word Format or HTML. Please email us with any questions. |
|