This is a migrated thread and some comments may be shown as answers.

radmasked text box

1 Answer 55 Views
Input
This is a migrated thread and some comments may be shown as answers.
beeta one
Top achievements
Rank 1
beeta one asked on 24 Aug 2012, 11:43 AM
hiii,
I have a RadMaskedTextBox. When I tried to get the text in the code behind the literal characters from the mask are not getting. How can I get the text with literal characters in the server side?


thanks..

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 24 Aug 2012, 12:17 PM
Hi Hash,

You can access the text in the RadMaskedTextBox with the literal characters in the mask using TextWithLiterals property of RadMaskedTextBox.

C#:
string text = tbHours.TextWithLiterals;

Please take a look into this documentation for more information.

Thanks,
Princy.
Tags
Input
Asked by
beeta one
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or