What is benefits and limitations of using hidden fields in ASP.NET?
3760
24-Aug-2011
Anonymous User
24-Aug-2011a. 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.