Hi
I'm having some problems writing an asp.net app, I need to remove the viewstate hidden input field from a form (the browser I'm writing for allocates the space for hidden form fields) . I've tried disabling at the usercontrol level, the page level, and in web.config. Is there anywhere else that might be causing this to be added?
I'm more than happy to store all my information in a session variable and all the controls i'm using are really simple ones (buttons, dropdown lists etc), so I don't know why asp.net keeps adding it....
akakjs
I'm having some problems writing an asp.net app, I need to remove the viewstate hidden input field from a form (the browser I'm writing for allocates the space for hidden form fields) . I've tried disabling at the usercontrol level, the page level, and in web.config. Is there anywhere else that might be causing this to be added?
I'm more than happy to store all my information in a session variable and all the controls i'm using are really simple ones (buttons, dropdown lists etc), so I don't know why asp.net keeps adding it....
akakjs