Hi,
I have one textbox and 2 aspx button on my form.
My requirement is , When i enter some value and press enter on the textbox, my page should be submitted without manually clicking on 2nd button.
The problem i am facing is, When i press the enter key, it is automatically fires the first click button click event. It should focus on 2nd button only.Even thought i specified tabindex correctly.
Can you solve this problem..
Thanks
Ramesh