Default Buttons - in ASP.NET webforms
I have webform which has a few text boxes and two asp buttons.
When the user hits enter key, the first button's click event is fired. I would like to fire the click event of the second button.
Both of them are asp buttons and not html buttons.
Please help.
Thanks in Advance.
Regards,
Ramesh
|