Hi:
I'm a relative newby and I'm writing a C# web application in VS2005.
I have several forms with multiple buttons. In 95% of the cases users
will click a particular button.
I would like to allow them to press the enter key if they are selecting
the "95% of the time" button.
I have tried the "AccessKey" property. If I set the value to "1" then
the button's click event is fired if the user presses ALT-1.
Is there a way to do this for the enter key?
Your help will be GREATLY appreciated!
Thanks,
Fred