Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Working with Built-In Objects
When Session Variables Go Bad
What is Global.asa?
VBScript Language Reference - Objects
Using the FileSystemObject for Web Site Maintenance
Using the GetObject( ) function
Using the Request.ServerVariables Object
Using Global.asa
Using Server.MapPath
Using Session variables to maintain state
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
Apartment-Threaded
VBScript Language Reference - Objects
Request Object
The FileSystemObject: Folder Object
Application.Unlock
ASP Built-In Objects by Charles Carroll
ASP Dictionary Object
The Dictionary object
Please Wait...
Creating Files with the File System Object
Response.AppendToLog
Response.BinaryWrite
Response.Buffer
Response.CacheControl
Response.Clear
ASP > Tips and Tutorials > Objects & Framework
Source List
All | Freeware

Code 61-80 of 123   Pages: Go to  << Prior  1  2  3  4  5  6  7  Next >>  page  


This ASP tutorial teaches you about the usage of Response.AddHeader command to add a HTML header with a specified value to the response object. And provides tips on how to input the name and value for HTML header. Also, the author explains that...





It is possible for you to rename a particular file using FileSystemObject though it does not provide 'rename' method and the steps needed to perfrom this process is taught in this tutorial. It suggests you to utilize the 'MoveFile' method of...



Those who need to get more details on ASP Request Object can go through this ASP tutorial for an easier understanding. All the methods of this object are provided with clear description. And this article helps you to learn the ways to interact...



It will be more useful for those who need to learn clearly and easily about Request Object along with it's collection, methods and properties. Describes that using this object all form values can be transmitted to web server through HTTP request....



An easy to learn ASP tutorial that educates you about BinaryRead method to store the sent data into a 'SafeArray' variable'. Also gives description for SafeArray. Syntax is provided with parameters and this tutorial tells the use of parameters....



This article provides easier means of instructions to work with Request.ClientCertificate for retrieving all the certification fields. Listed parameters and subfield lets you learn which value can be obtained as per parameters given with...



A detailed explanation can be gained to learn on Request.Cookies object through this tutorial. And this tutorial educates you about all the Cookies collection and it's parameters for collecting cookies data that are sent via HTTP request. And more...



Accessing ASP components to collect server variables is simply learnt through this online ASP tutorial. And it comes with a detailed list that contains all parameters of ServerVariables along with clear description. Examples show the syntax to...



This ASP tutorial gives clear explanation about TotalBytes property of ASP Request object. And explains that this is a read-only property and shows the total number of bytes of request. Given examples, syntax with parameters lets you implement...



This tutorial provides more useful solution to increase your website traffic by grabbing the details of resources that bring visitors to your site. And tells how to use the ASP Request object's HTTP_REFERER ServerVariables to carry out this...



This tutorial lets you learn the usage of querystring through a simple example. Explains how to access session variables to collect client information and tells the ways to implement querystring to pass the information to server. Example shows how...



With the help of this online ASP tutorial, you will obtain the solution to make your VBScript's non-persistence classes as persistent so as to be used all over your ASP applications. And this tutorial explains the required steps to place VBscript...



Web developers who need to create an effective graphical page loading indicator can get useful tips from this tutorial. Here, the author instructs you to display a flash window that shows the loading level of the page which is loaded currently....



In this ASP tutorial, the creation of Objects using ASP is demonstrated with an example that shows how to create page object similar to Init() function in ASP. The created page class contains page, head, body, header and footer attributes. This...



People who want to learn about objects and the usage of object references can go through this tutorial and will learn how VARIANT type in VBScript can handle various objects. And tells the ways to copy the variables to another variable using...



Developers in ASP language can get more useful information from this ASP tutorial that provides detailed explanation about Object Persistence Layer and O/R mapping. Also, you will learn the ways to create class model using Component Definition...



This Tutorial will be more useful for ASP developers to make effective scripts and applications in ASP. Detailed information about ObjectContext of MTS ASP object is provided in this article. Clear demonstration is given for it's methods and...



This online ASP guide helps you to perform the data transfer process using ObjectContext Object. Also tells the ways on how the aborted process can be carried out further with the help of SetComplete method. Syntax is available for this method in...



You can learn the ways to use ActiveX objects in apartment-threaded and free-threaded modes. And this tutorial describes that these objects ensure the data security while multiple thread accessing the objects. This object can be placed in the...



This ASP tutorial guides you to handle HTTP request buffer to prevent attacks to webpages. This article provides a clear description about Microsoft IIS registry key, MaxClientRequestBuffer using which you can reduce / enlarge the HTTP buffer...