Forced to use too many hidden fields; looking for an alternative approach
- by harisri786
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.