1
Reply

In ASP.Net we are having both hidden state and view state. Then why we are going for View state and Why not hidden State?

Bala

Bala

11y
1.4k
0
Reply

    In hidden field, we store information or data of client side page in string type but in view state information of page is saved in any type or encrypted form.So Viewstate is more usefull than hiddenfields.