I have a site that features some pages which do not require any post-back functionality. They simply display static HTML and don\'t even have any associated code. H
In the <% @page... directive at the top of the page, add EnableViewState="False". That will prevent the ViewState for that particular page.