I have been using hidden form fields in my code a lot of times. Depending upon the requirement, I store some values in this/these hidden field/s, so I can easily access them from JavaScript code and avoid a PostBack. However, I wanted to know some things
- Is there a limit I should not cross in terms of populating the hidden field?
- Does the use of Hidden field cause some sort of security threat ?
I did find a discussion on hidden form fields, however it did not satisfy all my queries.
I would really appreciate any links or explanation ?
Thanks in advance