A clear overview on ASP Application Object is provided in this tutorial which also describes it's usage to retrieve and store application variables. And teaches about the Contents collection and StaticObjects Collection utilities to retrieve...
From this article you will able to understand the limitation of using database for storing web content and the effectiveness of application-level variables to access values dynamically through ASP pages. And here, the author suggests to utilize...
Access ASP Application object from a remote script is a tutorial that elaborates and guides users to utilize ASP application object from other environments. This tutorial guides users to make it possible by creating an http interface. This will be...
More details on Application Object is provided on this ASP tutorial which will be of great use for those who want to learn ASP objects to access components. And here it is illustrated briefly on it's Collections, Methods and Events to store and...
Display the number of Active Users on your website is a tutorial in which the author shows how to count the number of users currently active on the website by defining the process in the Session_start and Session_End events of the application...
The ASPError Object is described with all it's properties that are used to acquire the reports for any type of errors. This object works combined with the the Server.GetLastError method to implement the error trapping process. Given program...
The SQLTransaction Object is a tutorial which helps you to gather more information about the SQLTransaction class and its methods. In this tutorial the author gives you the sample code which creates an instance for SQLTransaction class, add data...
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...
From this online tutorial, you will be able to enable the content on your ASP application to be shared with all users simply by invoking the Application variables for database. And this tutorial gives useful information on protecting the web...
Client Side Validation Using the XMLHTTPRequest Object is a tutorial which helps the users using XMLHTTPRequest Object the users can get stable experience by form validation which handle the proper time lookups data as well as checking every form... |