---
title: "What are the benefits and limitations of using hidden fields?"  
description: "What are the benefits and limitations of using hidden fields?"  
author: "Pushpendra Singh"  
published: 2010-10-25  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/121/what-are-the-benefits-and-limitations-of-using-hidden-fields  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What are the benefits and limitations of using hidden fields?

**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 Pushpendra Singh

**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/121/what-are-the-benefits-and-limitations-of-using-hidden-fields

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
