I have an onKeyPress event hooked up to a textbox. I'm able to cature the letter of the normal display keys when they are pressed (I pull it from the event object), but I can't figure out how to detect whether an enter or backspace has occurred.
Any thoughts?
Ross