C# Asp.net TextBox how can i validate and mask for phone number?
I have a textbox. <asp:TextBox runat="server" ID="cepTelefon" CssClass="form-control cepTelefon"></asp:TextBox> I want to do both phone number masking and only number entry for this textbox. How can I do it? I just used the validator below to enter numbers, but it…