Hello
I am using RadMaskedTextBox
<telerik:RadMaskedTextBox ID="txtContactPhoneFax" runat="server" Mask="(###) ###-#### ####" Text='<%# Bind("Fax") %>'> </telerik:RadMaskedTextBox>
In application I am entered the values in textBox like --> (222) 456-7778 7779
When I get the values in code like --> txtContactPhoneFax.text
It shows --> 22245677787779 only
But,I need the values in code like (222) 456-7778 7779
Thanks in Advance
I am using RadMaskedTextBox
<telerik:RadMaskedTextBox ID="txtContactPhoneFax" runat="server" Mask="(###) ###-#### ####" Text='<%# Bind("Fax") %>'> </telerik:RadMaskedTextBox>
In application I am entered the values in textBox like --> (222) 456-7778 7779
When I get the values in code like --> txtContactPhoneFax.text
It shows --> 22245677787779 only
But,I need the values in code like (222) 456-7778 7779
Thanks in Advance