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 31-40 of 124   Pages: Go to  << Prior  1  2  3  4  5  6  7  8  9  10  11  12  13  Next >>  page  


More information about ASP Server Object's MapPath method are provided with easier means of explanation on this ASP tutorial. And through the given examples, you can learn various methods to execute Server.MapPath function. How to include slash chara



An easier to learn ASP tutorial that demonstrates the functionality of Server.ScriptTimeout function which is the only property of ASP Server Object. How to specify the time using the parameter of this function is described clearly. Example shows the



This smaller and effective ASP tutorial lets you perform the URL encoding process using Server.URLEncode within your ASP scripts. Also, tells how to encode escape characters within the string given in the parameters. Examples helps you to learn how t



This tutorial teaches you in detail how to handle the Session Contents of ASP Session Object's Collection. Provides syntax to implement this collection utility within applications to collect specific item or to gather all of it's items using looping



This online tutorial helps you to access your ASP components along with session object's methods and properties. Describes that the methods Abandon, SessionID() and Timeout() can be used to destroy a session, collect an unique user id and get the scr



This tutorial demonstrates about various methods of Session Object and teaches you how to implement them within ASP coding. How to get an unique sessionId and getting total time of script running using SessionID and TimeOut properties are taught clea



This tutorial educates you about the functionality of Abandon method to destroy the session object and their properties. And the author tells that the session objects cannot be deleted until the entire session / page ends, that lets you utilize the i



This little ASP educational module lets you learn effectively about Session.CodePage function which is used to display the content on websites dynamically. Parameter accepts the codepage value as unsigned integer and sets the appropriate character se



This tutorial illustrates in detail about the functionality of SessionID and provides syntax how to implement this property within coding. Describes on Session.SessionID function to retrieve the information for user identification on each session. An



This tutorial demonstrates the functionality of Session_OnEnd event in ASP Session Object and explains that this event would occur when a session is abandoned or timed out. And this tutorial educates you how to include event script using scripting la