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.
� 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