Issue:
My Form tag in per .aspx page so I can run things like:
<form id="Form1" class="Login" runat="server" method="post" defaultbutton="btnSearch">
However I want an Image button in the masterpage, without it I get... however if I put a Form in the masterpage the page errors as their are two but both need the runat="server" part (I can not simply remove it from the .aspx page sadly). Error with no header
form:
Control 'ctl00_btnLogOut' of type 'ImageButton' must be placed inside a form tag with runat=server.
Go to the complete details ...