Hi All,
I'm Developing onlineExam portal Page Here i have Small Doubt .in the login page i Design username and password And Submit button. here i',m placed Small problem When User Entered her user id and Password after click the Enter button login Successfully.
how to call to enter key in submit button

Rohan GuptaPosted Jul 20, 2015, 8:03 AM
Pankaj Kumar ChoudharyPosted Jul 3, 2015, 9:03 PM
Submit Form on Enter Key press in ASP.Net - ASPSnippets
Capturing the Enter key to cause a button click - CodeProject
Debendra DashPosted Jul 3, 2015, 9:47 AM
Manoj BhoirPosted Jun 20, 2015, 10:57 AM
Jaipal ReddyPosted Jun 20, 2015, 7:39 AM
Sabyasachi MishraPosted Jun 20, 2015, 7:08 AM
Venkata SubbareddyPosted Jun 20, 2015, 7:07 AM
Sabyasachi MishraPosted Jun 20, 2015, 7:05 AM
<form id="form1" runat="server" defaultbutton="Button1">
<asp:Button ID="Button1" runat="server" Text="Button"
OnClick = "Button1_Click" />
<asp:Button ID="Button2" runat="server" Text="Button"
OnClick = "Button2_Click" />
<asp:Button ID="Button3" runat="server" Text="Button"
OnClick = "Button3_Click" />
<asp:TextBox ID="TextBox1" runat="server">asp:TextBox>
form>
this.Form.DefaultButton = "Button1";
Venkata SubbareddyPosted Jun 20, 2015, 6:59 AM
Sabyasachi MishraPosted Jun 20, 2015, 6:58 AM
Rahul PrajapatPosted Jun 20, 2015, 6:52 AM
Venkata SubbareddyPosted Jun 20, 2015, 6:42 AM
Rahul PrajapatPosted Jun 20, 2015, 6:26 AM
{
BtnEnter_Click(sender, e);
}
Venkata SubbareddyPosted Jun 20, 2015, 6:19 AM
The type or namespace name 'KeyEventArgs' could not be found (are you missing a using directive or an assembly reference?)
I got this type of error
Rahul PrajapatPosted Jun 20, 2015, 6:09 AM
{
{
BtnEnter_Click(sender, e);
}
Venkata SubbareddyPosted Jun 20, 2015, 6:07 AM
Sabyasachi MishraPosted Jun 20, 2015, 6:05 AM