I would like to create a textbox which accepts text in english only and integers. Basically I would like to restrict the input in a textbox to be English only.
I guess it should be something using the keydown event. But how do I restrict the input box to accept A-Z a-z and 0-9 only?