Home

Submit

Source

Feeds

Home » ASP » Getting Started ::

ASP Getting Started
A control structure is a programming structure that allows your script/program to make decisions based on a certain set of commands and on the information provided. Controlling the flow of your program allows you to make more flexible programs - you will struggle to find a complicated program without a control structure in it.
Related Tutorials
ASP Database Integration
Introduction to ActiveX Data Object (ADO)
ASP / Database Integration
This tutorial provides you a quick introduction of ActiveX Data Object (ADO), and a simple example of using ADO to work with MS Access database.

Site: www.herongyang.com Report - View Tutorial

ASP Scripts
Banner Control Wizard
ASP / Scripts
This application will give you the ability to rotate banners on all pages in your site rotating them randomly while giving them equal page views at the same time

Site: pacosdrivers.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 Cookies and Sessions
ASP Authentication Using IP Address
ASP / Cookies and Sessions
This article explains how to control application access by validating the user's login and password against a database. Once validated, the IP address of the machine they are using is checked at the top of every page. What a given user can or can't do (that is, the security levels) is now handled easily.

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

ASP General Development
Introduction to global.asa
ASP / General Development
A short tutorial showing the basic the basic structure of the global.asa file.

Site: www.asptutorial.info Report - View Tutorial

ASP XML and ASP
ASP XML Admin Control
ASP / XML and ASP
This is a small Web Application, this contains basic XML functions using ASP including a XML driven user authentication, adding new records, viewing records, editing and deleting records.

Site: www.sourcesystems.net Report - View Tutorial

ASP Getting Started
Looping Statements
ASP / Getting Started
ASP performs several types of repetitive operations, called "looping". Loops are set of instructions used to repeat the same block of code till a specified condition returns false or true depending on how you need it. To control the loops you can use counter variable that increments or decrements with each repetition of the loop.

Site: www.webcheatsheet.com Report - View Tutorial

ASP Getting Started
Introduction to ASP & What is ASP?
ASP / Getting Started
ASP is sometimes described as a server technology which means its not quite a programming language (though developers including myself see it as one). ASP incorporates a programming language called VBscript though you can use JScript and Perl or any other language for that matter just as long as the language concerned supports Active X scripting.

Site: www.chauy.com Report - View Tutorial

ASP Database Integration
Limit query results with the Recordset object
ASP / Database Integration
Here is an invaluable program that you can use to view and control the presentation of records in your database. We will use the Recordset object and the MaxRecords property via ADO, to set the number of records to return to the recordset and therefore to your screen. This is like a table in memory, holding records which are subdivided into individual fields.

Site: authors.aspalliance.com Report - View Tutorial

ASP Emailing
Form to Mail Using CDO
ASP / Emailing
We will use CDO instead of CDONTS. CDO comes within windows XP and windows 2000/3 and has more control over mailing system. Following asp source contains a simple webform and client side validation that controls unvalid characters. Web form uses CDO to deliver form results to your email account.

Site: www.dotnetindex.com Report - View Tutorial

ASP Web Forms
Professional Contact Form PART II
ASP / Web Forms
Now in this second part of our script, we will add ASP coding. Our script can check all fields of our form. Our control function searches !#$%^&*()=+{}[]|\\;:/?>,<' characters. If validation function finds one of this character, script returns an error. You may modify this forbidden characters.

Site: www.dotnetindex.com Report - View Tutorial

ASP General Development
Application Object
ASP / General Development
An Active Server Page application is actually a collection of ASP files in a virtual directory and associated sub-directories. The Application object is used to control and manage all items that are available to all users of an Active Server application. The Application items can be variables needed for all users in the application, or they can be instantiated objects that provide special server-side functionality.

Site: www.webcheatsheet.com Report - View Tutorial

ASP Flash and ASP
Flash and ASP Integration
ASP / Flash and ASP
Flash allows you to create zippy, vector-based animation and interactivity in a small ActiveX control, and ASP allows you to create dynamic HTML content on the fly. Hopefully, by the time you're done skimming this article, you'll be confident enough to use ASP in the creation of zippy, vector-based Flash content on the fly.

Site: www.asp101.com Report - View Tutorial

 
Site Search

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