Variables 101 is a tutorial that covers the basic principles of variables and their ever day applications in Flash Action Script. Variables are like a programs thoughts or memory that are used to help programs remember things. This involves defini
It is an online ASP tutorial using which you will come to know about the Application variables to store web data in servers. This article describes that how data can be accessed throughout the application using the variables where you can learn the l
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 the A
This ASP guide provides more information on declaring variables on ASP applications. It instructs you that if variables are given all over the ASP page, it would cause problem. And suggests you to declare the variables either at the top or end of the
In this ASP tutorial, the benefits and disadvantages of Session Variables are analysed where the solutions are also provided to reduce the probelms when using session variables in ASP applications such as newsgroups. Also, describes the utility of da
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 values a
This is an article that can be used by the users to control web applications. Here the author elaborates that the global.asa is a file which is combined with each and every web application and that can be used for connecting to databases, initializin
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
StateStitch is an ASP based component through which all the web applications can be converted into ASP.NET and this component provide sharing of session variables between ASP and ASP.NET applications. This provides porting various applications for se
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 |