i drag a linkbutton into my masterpage and i try to run it , it says i should put a form tag runat = server , after i put it , it says that i can only have 1 form tag , but i check my materpage , don't have any form tag ..
<asp:LinkButton ID="LinkButton1" runat="server" onclick="LinkButton1_Click">Logout</asp:LinkButton>
My other pages have form tag of runat = server because when i try it , they told me to add it in , What have i done wrong and how should i correct it
My full master page :