CovertCoder
Login
|
Register
Search
Main Navigation
Home
Contact Us
Login
Register
Tools
Code Generator
Knowledge Base
Featured Articles
Adding an AJAX Collapsible Panel
Binding Listbox with XLINQ
Calling Parent Page from Child
Datagrid Sort with LINQ
ListView in UpdatePanel
Programmatically call FancyBox
Tutorials
ASP.Net Tutorials
Add nicEdit to an ASP.Net page
AJAX Tutorials
Convert Web App for MVC Framework
Keep state of Collapsible Panel
Retrieving XML Config file values
Windows phone 7 Styles (Static Resources)
Topic: Default behavior of the "Enter" button on an .aspx page for ASP.Net
Description:
Sometimes if you have multiple buttons on your page and you click "Enter", the button that you want to run, doesn't execute.
A quick way to handle this is to set the tab order of the input controls. Set the button' tab Index to 0 or lower than all of the other input controls and it will fire first when you hit the enter button.
Home
~
Topic