Thursday, 16 December 2010

What are the two different levels of variables that are supported by Asp.net?

Click Here To View Latest ASP.NET Questions

There are two levels of variables supported in 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