dc

dc

  • NA
  • 663
  • 0

C# edit for number and uppercase letters

Jul 3 2013 12:36 PM
In a C# 2010 desktop application, I want a textbox field to contain only letters in upper case. In addition, I want to allow for numbers. Any other values are not valid for this textbox field.

Thus can you show me code on how to setup the edit for uppercase letters and numbers only in the textbox?

Answers (10)