An useful tutorial for the ASP learners to gain knowledge in ASP objects and learn in detail about Application object. Describes that using it's collections, all variables can be accessed throughout the application and it's methods are used to...
The application,that let you browse DBF-files (FoxPro and DBase ONLY), sort records, print current selected record, create a report for opened database, export database to HTML-file...We planned to develop this program further (for example - add...
If an error occurs in the application ExceptHandler notifies the user and writes error description in log-file. In contradistinction to well-known message Access violation in ... at ... ExceptHandler executes the full error localization. User can...
Simple example of the application Delphi with one secondary Form (optional) Tip of Day in the initialization. Visualize tips (diferents) in the initialization.
This article explains the creation of server side includes in web applications. This article clearly explains how to create and use SSI files in ASP. This is an useful article for the web developers for reference during application development.
High performance application is the main objective of this online tutorial. In this article the author explains about the proper planning and application and server security. .NET's best practices are to be used while building the application. In...
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...
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...
Application-level Trace Logging is an useful tutorial for the programmers to learn about application level tracing. In this tutorial the author gives details about the procedure for executing the application-level tracing for collecting various...
One of the ASP tutorial through which you can learn how to collect the application variables that are available in application memory. All variable values can be displayed on pages using Response.Write function in ASP. More useful to show... |