How call button click event on textbox enter key press event ?
Are you looking for a way to call button click event on textbox enter key then read this thread to know how to do it
Hi,
How can i use two different submit button on their respective textbox enter in single Form tag in asp.net.
My target is i have two tab on a web page and on both of two tab i have their submit button with their textbox. now when i enter value in textbox in second tab and hitting enter key then its calling first button click on server side.
I tried with different form tag as well as call server side method through js function but still not working.
please help me to resolve this issue.
Thanks
Anil