1.

What Is View State?

Answer»

The web is stateless. But in ASP.NET, the state of a PAGE is MAINTAINED in the page itself automatically. The values are ENCRYPTED and SAVED in hidden controls. this is done automatically by the ASP.NET. This can be switched off / on for a single CONTROL.

The web is stateless. But in ASP.NET, the state of a page is maintained in the page itself automatically. The values are encrypted and saved in hidden controls. this is done automatically by the ASP.NET. This can be switched off / on for a single control.



Discussion

No Comment Found