Default Enter Key Button
Posted on: Wed Feb 10 16:22:24 -0800 2010. Updated on: Wed Feb 10 16:22:24 -0800 2010.
Category: DotNet
Category: DotNet
This is very easy to do: Simply wrap the text boxes and default button in an ASP Panel control. Then set the DefaultButton property to the ID of the button that should be attached to the Enter key. That's it.