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 .net4 you can just remove the runat="server" from the form tag. But you can't use server controls inside the form tag once you remove it.
runat="server"
form