Forced to use too many hidden fields; looking for an alternative approach
Posted
by harisri786
on Stack Overflow
See other posts from Stack Overflow
or by harisri786
Published on 2010-04-14T09:25:33Z
Indexed on
2010/04/14
9:33 UTC
Read the original article
Hit count: 193
JavaScript
|ASP.NET
I am looking for a better approach to do this.
I have around 70 to 80 hidden fields in my page. This hidden fields are initialized at the server side and then used at the client side for validations, calculations, etc,. using java script.
I wanted to know if there is any other alternative approach to using hidden fields in asp.net. I guess, these many hidden fields are increasing the page size and hence affecting the performance of my web page and I want to do away with it.
FYI: I am working on an asp.net web application.
© Stack Overflow or respective owner