Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Working with Built-In Objects
What is Global.asa?
When Session Variables Go Bad
VBScript Language Reference - Objects
Using Global.asa
Using Server.MapPath
Using Session variables to maintain state
Using the FileSystemObject for Web Site Maintenance
Using the GetObject( ) function
Using the Request.ServerVariables Object
Using ASP to reveal your Source Code
Using Classes in ASP
Using Classes within VBScript
To buffer or not to buffer
The Wonders of the File System Object
Top Code
A New Form of Redirect
A Real-World Example of Caching Data in the Application Object
Active Server Pages' Request.Form and Request.QueryString Return Objects
Active Server Pages: "Talking Back" With the Response Object
Active Server Pages: Global.asa
Active Server Pages: Objects At Your Service
Adding Objects to a Collection
Apartment-Threaded
Application
Application Contents Collection
Application Object
Application Object Explained
Application StaticObjects Collection
Application variables
Application.Lock
ASP > Tips and Tutorials > Objects & Framework
Source List
All | Freeware

Code 111-120 of 124   Pages: Go to  << Prior  1  ...  4  5  6  7  8  9  10  11  12  13  Next >>  page  


This tutorial deals with ASP Application Object where it demonstrates the usage of Lock method to protect the application variables that are available in Application Object from being modified by many clients and enables one user at a time to utilize



Through this online ASP tutorial, you can let all the users to modify the variables stored in the Application Object by initiating the Unlock method for database. Provided example explains the required steps to execute this process through ASP and al



It is a more useful tutorial for the ASP coders to get detailed information about Application_OnEnd event easily and quickly. And this article describes that this event would occur after the Session_OnEnd event. And also explains that the parameters



With the help of this tutorial, learning about Application_OnStart event of ASP Application Object can be done perfectly that gives detailed demonstration on Application and Server objects. And tells the limitation with referencing other ASP objects



It is an useful ASP tutorial for the developers in ASP to advance their knowledge in threaded applications as well as ASP objects. Creating an apartment-model object in an existing thread can be done with the help of CoCreateInstance method that can



Beginners in ASP programming can gain more useful information about Application object and it's methods so that to utilize them along with ASP components to perform tasks such as enabling or disabling variables to be used by other scripts or users to



It is clearly described in this tutorial that Contents collection of Application Object holds all items that are available in the ASP application and using Application.Contents method you can work with all stored application variables and items. And



With the help of this web based ASP tutorial, you can gain more information about collections and objects and can learn the effective ways needed to add a set of objects to a collection. Describes the problems when changing the properties of objects



Through this tutorial, you will come to know the problems that exist with Request.Form and Request.QueryString return values and the methods to overcome. It describes that the conversion problem occurs when accessing the returned values because they



You can learn easily and clearly about the ASP Response Object through this ASP tutorial. And this tutorial instructs you how to handle the methods of this object to carry out the data transmission tasks. Clear demonstration is available on HTTP Resp