Mondeo
Well-known member
I have a textbox on a form, next to it is an imagebutton which just says "GO!", user presses the imagebutton and triggers the click event
Is there any way I can also run the code in this click event if the user simply presses enter in the textbox, at the moment a postback occurs when this happens but it doesnt do anything, can I wire that postback somehow to the imagebutton click?
Is there any way I can also run the code in this click event if the user simply presses enter in the textbox, at the moment a postback occurs when this happens but it doesnt do anything, can I wire that postback somehow to the imagebutton click?