Related resources for Application State in ASP
  • Showing Data In GridView Using Application State in VB.NET11/9/2012 9:14:49 AM. In this article we will know how to display data from the database into a Gridview by using Application State object.
  • Application State in ASP.NET3/9/2010 8:49:20 AM. Application state is used to store data on the application machine. It works as a global variable in other programming languages. Application variable is an object that is shared by the multiple sessions. We can use application variable within page, HttpHandler and Global.asax.