by default i want to ask the user to enter text in textbox in pattern: _x_____.
for example : 0x81A00.
User should be able to allow both numeric and alphabet.
for this i used
TextBox.Mask="0x00000";
but this allows user to enter only numeric values..but i need to enter alphabet also.