I have two buttons in an asp.net web page, this buttons are the asp.net control buttons and are not a part of a form, basically I just modify the on click event in the code behind page,
the thing is that when I hit enter one buttons is pressed but I want the other button to be pressed not the first one how can I do this?
Thanks in advance.