Hi, everyone. How can i set mask with different number of digits.I mean if i want to input to textbox "4-5" i should write `<xx:MaskedTextBox Mask="0-0"/>`,else if i want to input "14-15",
then i should change to `<xx:MaskedTextBox Mask="00-00"/>`.
How can i improve this?
↧