Posted 23 Aug 2011 Link to this post
<
telerik:RadMaskedTextBox
ID
=
"edtNumber"
runat
"server"
CssClass
"EditBox"
Width
"300px"
Mask
"## #### #### #### #### #### ####"
EnableEmbeddedSkins
"false"
>
</
edtNumber.Mask =
null
;
string
.Empty;
if
(condition)
{
edtNumber.DisplayMask=
" "
}
Posted 26 Aug 2011 Link to this post