login control in vs2005
hi all
i want set login button in login control to enter key.
that means when i pressed enter key on that time the login button will get clicked.
for eg. on rediffmail site or other mail sites, we only enter username & password & then hit enter
so i want click login button on hitting of enter key.
thanks
aRcadehUnterPosted Oct 30, 2006, 4:49 AM
1. By chaning focus to the submit button when the user presses enter key inside the text box.
2. By including a keypress event for enter key to post data.
This link might be of some help to you.
http://www.beansoftware.com/ASP.NET-Tutorials/Accept-Enter-Key.aspx