 |
|
Top 1 to 50 Objects & Framework - ASP scripts at Programsdb.com |
Scripts are listed afer popularity. To display the scripts after name please click here
1)
Server.ScriptTimeout
This tutorial educates you on how to fix the maximum time to a script to run using Server.ScriptTimeout function and provides simple examples.
2)
Request.ClientCertificate
This article helps you to learn the Request.ClientCertificate property in detail and provides many examples to gather info about ClientCertificate collection.
3)
Built-In ASP Objects
From this ASP tutorial, you will learn clearly about all intrinsic objects in ASP and can learn their usage, collections and methods.
4)
Response Object
A clear description about all properties, methods and collections of ASP Response Object can be learnt easily through this online ASP learning resource.
5)
Session_OnStart
How to run a script when a new session is created on the server can be learnt online through this ASP tutorial. And is more useful to set session variables before the users start to work with other pages.
6)
How do I get the user's IP address or browser information
This tutorial deals with getting an IP address of a user using session variables. Sample code snippets enable you to understand the needed steps easily.
7)
ASP File Object
Collecting details about particular file can be done using ASP File Object and this tutorial directs you how to implement this process within your ASP applications using this object's methods and properties.
8)
Response.AddHeader
From this online tutorial, you will learn the method to add a HTML header with a particular value using Response.AddHeader method and examples are provided for easier understanding.
9)
Response.BinaryWrite
This ASP article comes with easier means of details about BinaryWrite method using which you can
send binary data to the HTTP output.
10)
Request.ServerVariables
It is clearly explained in this tutorial how to collect environment variables using Request.ServerVariables with easier examples.
11)
Rename files using the FileSystemObject
Useful tips can be gained through this online ASP article that tells an easier way how to rename a file with a simple example.
12)
Using the GetObject( ) function
The various usage of GetObject( ) function is listed in this ASP tutorial which will be more useful for the developers in ASP to access ASP objects.
13)
Please Wait...
From this ASP tutorial, you learn how to display a load progress box while the page is being loaded. It describes the part of ASP Response object's methods with this process.
14)
Server.HTMLEncode
In this tutorial, you will learn clearly and quickly about the process of HTMl encoding using the HTMLEncode method of server object in ASP.
15)
The Server Object: New in ASP 3.0
Three new methods in Server Object - Execute, GetLastError, Transfer are elaborately described in this ASP tutorial using which you can write advanced ASP scripts.
16)
Application Object
A detailed demonstration on Application Object can be learnt through this online ASP tutorial and can learn the ways to integrate them with ASP applications.
17)
ASP Server Object
A clear overlook on ASP Server Object can be gained from this ASP tutorial and through the provided examples you can learn the usage of this object.
18)
Session.LCID
You can acquire the clear details on LCID property of Session Object in ASP via this tutorial to display dynamic content using location identifier.
19)
Using Global.asa
The usage of Global.asa file is taught in detail through this tutorial. It tells how to store the session variables to be used all over the application in ASP.
20)
Session.StaticObjects
This online ASP article describes the basic aspects of StaticObjects collection in ASP Session Object and tells the ways to retrieve static objects.
21)
FSO - The FileSystem Object
Five inbuilt objects and all methods of FileSystem Object is clearly demonstrated on this online ASP tutorial which would be useful for the learners in ASP language.
22)
Response.Expires
This tutorial clearly describes about the Expires property of ASP Response Object from which you learn the usage of Response.Expires function within web applications.
23)
Using ASPHttp To Scrape Data
Through this online ASP article, you can learn in detail about the usage of ASP component AspHTTP to GET / POST a document and to grab the content from a webpage into the code.
24)
Request.BinaryRead
The benefits and working principles of BinaryRead method is clearly illustrated on this tutorial. The author explains how to use this method to retrieve data posted bythe client.
25)
The FileSystemObject: Folder Object
A descriptive explanation is provided in this online tutorial about ASP Folder Object of FileSystemObject which will be more useful to implement the folder based tasks within ASP scripts.
26)
A Real-World Example of Caching Data in the Application Object
How to implement caching techniques within ASP programming can be learnt effectively through this online ASP tutorial that discusses in detail about application-level variables to access website content.
27)
Storing Web Application Variables
The steps needed to retrieve timestamped applicaiton variables and data and to save them in a database is clearly taught in this tutorial where the code snippets provide the functions, methods in functionable format.
28)
HOW TO: Use Response Redirect in a Server Script
This Online ASP artile guides you to implement Response.Redirect method in server side scripts to specify the URL to be redirected. Given solutions solve your problems with this object implementation.
29)
Response.AppendToLog
This online ASP tutorial teaches on adding strings to the webserver log entry and provides syntax to implement this process in web applications.
30)
ASP Overview - Session Object
This article describes the usage of Session Object with user login to enable the users to enter into the site along with their correct username and password.
31)
Object Oriented Design Principles in Visual Basic
This ASP tutorial provides easier and demonstrative instructions on Object Oriented Programming (OOP), class, Inheritance, Polymorphism, Aggregation and Encapsulation to create and manipulate objects.
32)
Renaming a file with the FSO
The two possible ways in ASP programming to rename a file is demonstrated in this tutorial with sample programs and is more useful to work with server files.
33)
Free-Threaded
Creating multiple threads to an object can be learnt with the help of Free-threaded objects described in this online ASP tutorial.
34)
Request.Cookies
This tutorial shows how to access cookies information within ASP scripts and applications using Request.Cookies with ASP components and the required syntax is explained in this tutorial.
35)
File Access Component
More details on FileSystemObject is provided on this ASP online tutorial which lets you learn the easier file manipulation tasks using this object's properties and methods.
36)
Listing Session and Application Variables
It is cleary taught in this ASP tutorial how to retrieve the strings, arrays and number variables from ASP application and Session object's collection using loop struture.
37)
Object References in VBScript (Variables and Values in VBScript, Part 3)
This is an online ASP tutorial that shows the ways to implement object references within web programming to handle object and arrays and also tells the limitations of Activex objects.
38)
File Access Tutorial
Manipulating server files through the ASP File Access Component is described with detailed explanation on this tutorial which provides example programs.
39)
Limit the HTTP request buffer
More information on HTTP request buffer can be gained from this online ASP tutorial. Also, it teaches about IIS registry key, MaxClientRequestBuffer to protect web pages.
40)
Application variables
A detailed information about ASP application variables can be learnt from this ASP tutorial that gives the syntax to access server variables within ASP applications.
41)
The Application Object
The usages of ASP Application Object is demonstrated in this online tutorial which also lists the methods and events of this object with their syntax.
42)
Single-Threaded
Creation of sigle threaded objects and storing them into server using session object are demonstrated in this tutorial and describes the CoInitialize method to work with this object.
43)
QueryString
The methods to retrieve client information using querystring utility is taught with an easier example in this tutorial.
44)
Response Object
A clear description about all properties, methods and collections of ASP Response Object can be learnt easily through this online ASP learning resource.
45)
Application_OnEnd
Those who need to learn the events of Application Objects can go through this online ASP tutoial which clearly describes the Application_OnEnd event with it's syntax.
46)
Application_OnStart
After studying this online ASP tutorial, you can include the events of Application object in ASP scripts where proper syntax and parameters are given to access Application_OnStart event.
47)
Doing a Search and Replace with FSO
This tutorial teaches the easier ways to searcb for a file within the folder and tells the steps needed to change the content of the file via sample coding.
48)
What is the Active Server Pages Object Model?
All the features in Active Server Pages can be utilized in web applications using in-built objects in ASP and this tutorial provides an easier explanation about ASP objects and their usage.
49)
Response.Status
You can learn in detail about Response.Status function that exists in ASP Response Object and is more useful to modify status lines returned by server.
50)
Using ASP to reveal your Source Code
Several usage of File System Object can be learnt through this easier ASP article which demonstrates on how to reveal the source code.
Browse Pages: |< 1 [2] [3] [4] >> >|
|
|
|
 |
|
|