---
title: "What is benefits and limitations of using hidden fields in ASP.NET?"  
description: "What is benefits and limitations of using hidden fields in ASP.NET?"  
author: "Anonymous User"  
published: 2011-08-24  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/1157/what-is-benefits-and-limitations-of-using-hidden-fields-in-asp-dot-net  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What is benefits and limitations of using hidden fields in ASP.NET?

Advantages:\
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.

## Answers

### Answer by Anonymous User

Advantages:\
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.


---

Original Source: https://www.mindstick.com/interview/1157/what-is-benefits-and-limitations-of-using-hidden-fields-in-asp-dot-net

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
