AD
Administrator
Syncfusion Team
August 31, 2006 12:03 AM UTC
Hi Mills,
You can set the usagemode as "numeric" to make the text to be represented as numbers.
This property will present the addition of mask character while you such similar operations.
if you get any queries in future,please feel free to ask.
Get me the feedback, if it helps your application go.
Thanks,
G.Pradeep.
>How do i get just he data entered without the mask
Ex: (949)280-3922
I want just the 9492803922 to be stores in the database.
AD
Administrator
Syncfusion Team
August 31, 2006 12:17 AM UTC
Hi Mills,
On my previous forum thread,i would have mentioned as setting the "usagemode" as numeric.
I think, it may work in most of the time.But if this doesn''t work, then make like,
--> " this.MaskedEditTextBox1.Value " at the place where you store into the database.
Before going to insert it into the database,make sure about the type of data because this control will always return a string.
So convert it into appro. data and that will lead you.
Thanks for using Syncfusion products.
with regards,
G.Pradeep.
GR
GregMills
September 20, 2006 04:52 PM UTC
This worked.
Thank You
>Hi Mills,
On my previous forum thread,i would have mentioned as setting the "usagemode" as numeric.
I think, it may work in most of the time.But if this doesn''t work, then make like,
--> " this.MaskedEditTextBox1.Value " at the place where you store into the database.
Before going to insert it into the database,make sure about the type of data because this control will always return a string.
So convert it into appro. data and that will lead you.
Thanks for using Syncfusion products.
with regards,
G.Pradeep.