Hi everyone! How do I make a textBox control to validate a tel nr field? For instance When the user enters 0127748222, It should be displayed as (012) 774-8222 in the textbox.
I need this to be done this way since this is the way i'll be storing the fields in the database.
Thanks