Showing posts with label Application Variable. Show all posts
Showing posts with label Application Variable. Show all posts

Monday, 28 August 2017

Application and Session Variable of Asp.Net

In this post, I will explain about the Application and Session Variable of Asp.Net.  Application and Session variables can be used to store values that are global either to a particular user or to all users. Application variables and session variables stored in memory on the server works...