Tips Station Asp.net Article Seo Articles
Tutorials Code Samples
›  Home
›  Mission
›  About us
›  Contact Us
›  Feedback
›  Terms & Condition
Asp Articles
IT Solutions
 
› ASP.NET

› Programming Tips

› Ajax

› Asp

› ADO.NET

› Databases

› SEO

› CSS And Designing

› Php

 
Most Viewed Articles
 
› Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

› Change theme dynamically without page refresh in ASP.NET

› Install AJAX On Machines Running Visual Studio 2005

› Creating Pretty Popups Using AJAX

› Simple ASP Image Resize Function

› SQL Server Performance Counters

› ASP.Net Interview Questions And Their Answers

› Encode Url using ASP

› Difference Between DataGrid and GridView in Asp.Net

› Select Specific Value WithIn Drop Down List Or Radio Button List

more...
 
 
Home> Programming Tips
 
Storing and Retrieving Variables From Application Object - Asp
 
In this tutorial, we will take a look at Application Object. When you've used Application Object, all ASP pages can store and retrieve information. The information in Application Object stored in server and all ASP pages can access the information. The main diffrences between Session Object and Application Object is Application Object stores information in server memory.

Example:

Let's store some information:

Application("SiteName") = "Developer Tutorials"


Let's retrieve information from object :

SiteName = Application("SiteName")

When we need to use Application Object:

Common usage of Application Object is to share information in all sessions. As we have examined in our sample code,
we put our site name in an oapplication object named as SiteName and shared it all pages calling our SiteName object.
 
 
Vrp Technologies
 
Serversea Hosting
 
 
Latest Articles
 
› Sending SMS With PHP

› MySQL Join Tutorial

› Make An RSS Feed Using PHP

› Intro To Object: Option Variables

› Design An Online Chat Room With PHP And MySQL

› Create Tell A Friend Script With HTML & PHP

› Benchmark And Optimize PHP Script Speed

› What Kind of DBA Are You?

› SQL Server Performance Counters

› SQL Server Performance Tips

more...
 
Random Articles
 
› Server Variables in ASP

› ASP.Net Interview Questions And Their Answers

› Install AJAX On Machines Running Visual Studio 2005

› Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

› Understanding DDL Triggers In SQL Server 2005

› Generating Ms Excel file from GridView with ASP.NET

› How to crop an Image in Asp.Net

› How My Page Rank Went From 0 To 5 In One Update

› Ten Tips To Optimize Your Website

› ASP.NET Simple File Upload Function

more...
 
Home Mission About us Contact us Feedback Terms Conditions
2008 © Copyright TipsStation. All rights reserved.