View State in a mechanism used by ASP.NET to store user specific and response data between pages request. The data being stored is typically associated with the server controls. This data is referred to as control state.
View state data is not stored by server but by a web page instead. More on (4.)
View state data is not stored by server but by a web page instead. More on (4.)
0 comments:
Post a Comment