Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What are benefits and Limitation of using Hidden fields ?
.NET INTERVIEW QUESTIONS - What are benefits and Limitation of using Hidden fields ?
✍: Guest
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.
2009-06-30, 4478👍, 0💬
Popular Posts:
What is CAR (Causal Analysis and Resolution)? The basic purpose of CAR is to analyze all defects, pr...
An application needs to load a library before it starts to run, how to code? One option is to use a ...
How was XML handled during COM times? During COM it was done by using MSXML 4.0. So old languages li...
What Is a CAPTION Tag/Element? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells A "capti...
1. The basics first, please define the web in simple language? How is it connected with internet? Wh...