I have
<input type="button" id="btnLoginButton" runat="server" onserverclick="btnLoginTest_Click()" style="position: absolute;
top: -1000; display: none; height: 0px; width: 0px" />
& my code behind has
protected void btnLoginTest_Click(object sender, EventArgs e)
{
}
Could someone please guide me as to what's happening & how to fix this? I need a postback to happen for the login controls. . Thanks in advance