S
Stimp
Is it possible to prevent the <input type="hidden"
name="__VIEWSTATE"> field from being generated in an aspx page?
I'm running off Framework 1.1
The field is messing up a process that I need to run, so simply clearing
out the viewstate by overriding SavePageStateToPersistenceMedium, etc
isn't enough
Thanks in advance!
name="__VIEWSTATE"> field from being generated in an aspx page?
I'm running off Framework 1.1
The field is messing up a process that I need to run, so simply clearing
out the viewstate by overriding SavePageStateToPersistenceMedium, etc
isn't enough
Thanks in advance!