CJLeit Posted March 28, 2006 Posted March 28, 2006 I have a ASP.net 2.0 webform that has two buttons on it. A cancel and a submit. I have made my submit button the default button for the form using the DefaultButton property of the form tag. When the user hits enter is call my submit procedure like it should. My problem is that the cancel button is still highlighted like it's the default button when the form is loaded or when a text box gets focus. How can I make it so this button doesn't get highlighted when the form is loaded or when a text box gets focus. Thanks!! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.