Hi,
I want to filter the keyboard inputs into textbox based on the type of input I allow. e.g.
0 for Digits only 1 for Alphabets only 2 for Alphanumerics
So if 0 is configured and a character 'a' is pressed on the keyboard, it is not shown in the textbox. How do I do that in C#?
Thanks