I know that with other properties you can define their default value by using skins. But for some reason they won't let me do this for EnableViewState.
I don't want EVERYTHING set to EnableViewState="false" I just want them to default to false then if I want them to I can go through and enable them manually.
The cleaner the solution the better. I'm hoping to shy away from running some obtrusive function in pageload that disables all viewstates as it's recursive nature could be expensive and in my head it feel obtrusive.