G
Guest
Can I set a procedure to be run from a keystroke in a VB.NET web application
For instance, I would like the submit button of a form to be clicked when the user hits the enter key. I have other user controls on the form with buttons inside of them, and the first button in the user control always gets clicked. I remember coming across this before, but do not remember if it was for web application use
For instance, I would like the submit button of a form to be clicked when the user hits the enter key. I have other user controls on the form with buttons inside of them, and the first button in the user control always gets clicked. I remember coming across this before, but do not remember if it was for web application use