1) Remove runat="server"
Ok, if you remove runat="server"
on your form tags, the problem will go away. However, if you have more
advanced server controls then the problem won't go away, you will get errors
because without runat="server" on the form tag - it won't generate the
postback code.