Highlighted Button

CJLeit

Freshman
Joined
Feb 1, 2006
Messages
32
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!!
 
Back
Top