I have some html reports where it doesn't make sense to have view state for. I set the following, but it is still generating the hidden __viewstate field and the hidden __viewstategenerator.
I do have
EnableViewState="true"Go to the complete details ...