Reset Button - Backspace OnClick
I've created a reset button that resets all the data on my search criteria form. I开发者_如何学编程've made it so my Search buttons fires when enter is pressed, but I'm wondering:
How can I make the RESET button fire when BACKSPACE is pressed?
Thanks!
Take a look at the form's OnKeyPress event: http://msdn.microsoft.com/en-us/library/aa213952%28v=office.11%29.aspx
精彩评论