Benefits and limitations of using hidden fields - ASP.NET

What are the benefits and limitations of using hidden fields?

Advantages:

- Easy to implement
- Hidden fields are supported by all browsers
- Enables faster access of information because data is stored on client side

Disadvantages:

- Not secure because the data is stored on Client side.
- Decreases page performance if too many hidden fields
- Only support single value.
What are the benefits and limitations of using Hidden Frames? - ASP.NET
Benefits and limitations of using Hidden Frames - Hidden frames allow you to cache more than one data field....
What are benefits and limitations of using Cookies? - ASP.NET
Benefits and limitations of using Cookies - They are simple to use...
What is QueryString? Benefits and limitations of using querystring - ASP.NET
What is QueryString? Benefits and limitations of using querystring - Querystring is way to transfer information from one page to another through the URL..
Post your comment