Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Gerritt Bakker   on Jul 22 In Asp.net Category.

  
Question Answered By: Bradley Evans   on Jul 22

You can maintain the value of a variable  within a
session (ie till the user logs out of your web
application ), which can be maintained between pages.
Session state can be memory based or could be in a
database.As such, 'global variables' are not supported
in ASP.Net.

Share: 

 

This Question has 8 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Global Variable Or get search suggestion and latest updates.


Tagged: