Handle Enter Key for search and login page
This Article is where I found my answer:
http://stackoverflow.com/questions/6140640/handle-enter-key-for-search-and-login-page
The panel tag has a DefaultButton property. I simply give it the ID of the button you click to search. After that all the controls inside would fire the search button if you pressed 'ENTER'.
Before:
After:
0 comments: