In any case, if you use Master Pages rather than XML templates, you shouldn't use <asp:form>
Wrap the content of your Master page with <form runat="server" id="someIdHere"></form> . This should be enough.
Wrap the content of your Master page with <form runat="server" id="someIdHere"></form> . This should be enough.