What is benefits and limitations of using hidden fields in ASP.NET?
Ask by Anonymous User
Updated 18 Sep 2020
a. Easy to implement
b. Hidden fields are supported by all browsers
c. Enables faster access of information because data is stored on client side
Disadvantages:
a. Not secure because the data is stored on Client side.
b. Decreases page performance if too many hidden fields
c. Only support single value.