Showing posts with label Keypress. Show all posts
Showing posts with label Keypress. Show all posts

27/10/2011

How to limit the characters that can be entered into a Text Box ? Vb.Net Code for beginers

There is very simple code for restricting  the letter entry in a text box and that code can be write on the keypress of that particular textbox in which you want to restrict the entry
What & How