Sunday, August 14, 2011

What are the two different levels of variables that are supported by ASP.Net

  • Page Level variable : Int, float, char, string and all other .Net data type whose scope is limited to that particular page only.
  • Object level variable : Application Level, Session Level that is used to access the data throughout the application.

No comments:

Post a Comment