Just asking how to control my input into a TextBox control.
If I want to input in Upper case format, I just change the CharacterCasing property to Upper.
How about if I want to input a Word that Capitalized only the First letter or Proper case format.
Kindly help me?