|
Subject:
|
text box control data
|
|
Posted By:
|
pzmrcd
|
Post Date:
|
1/10/2006 2:11:31 PM
|
Hi
I have a text box where the user can enter a formatted text like (111)222-3333. I have to filter this so that in the database I enter the ph # like 1112223333. How can I filter the text so that I can obtain only the numeric values.
Thanks
|
|
Reply By:
|
jbenson001
|
Reply Date:
|
1/10/2006 2:42:03 PM
|
You can try to use regular expressions to filter for only numeric values
|
|