This is how you would set the login controls Login Button as a default Button.
Wrap your Login Control inside a panel -
<asp:Panel ID="pnlLogin" runat="server" DefaultButton="login1$LoginButton">
// your Login Control
</asp:Panel>
Posted by subbaraokv | Filed under General ASP.NET
This is how you would set the login controls Login Button as a default Button.
Wrap your Login Control inside a panel -
<asp:Panel ID="pnlLogin" runat="server" DefaultButton="login1$LoginButton">
// your Login Control
</asp:Panel>
Comments (0) | 11:05 AM
0 Responses to "Setting Login Control to have Enter Button as default Button"
Post a Comment