.NET General - What are benefits and Limitation of using Hidden fields ?
Interview Question Database For Software Developers
|
|
| What are benefits and Limitation of using Hidden fields ? | | .NET INTERVIEW QUESTIONS - What are benefits and Limitation of using Hidden fields ? | | By: |
Following are the benefits of using Hidden fields
* They are simple to implement.
* As data is cached on client side they work with Web Farms.
* All browsers support hidden field.
* No server resources are required.
Following are limitations of Hidden field
* They can be tampered creating a security hole.
* Page performance decreases if you store large data, as the data are stored in pages itself.
* Hidden fields do not support rich structures as HTML hidden fields are only single valued. Then you have to work around with delimiters etc to handle complex structures.
| | ID: 2278 | Rank: 353 | Votes: 0 | Views: 108 | Submitted: 20090630 |
Copyright © 2009 FYIcenter.com
All rights in the contents of this Website are reserved by the individual author.
No part of the contents may be reproduced in any form without author's permission.
|
|
|