How to validate the textbox allow only numeric and dot using
How to validate the textbox allow only numeric and dot using javascript in ASp.Net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Munesh SharmaPosted Oct 9, 2014, 4:46 AM
Mradul Kumar SinghPosted Oct 9, 2014, 2:55 AM
Is there any solution regarding this problem????
Jaganathan BantheswaranPosted Oct 9, 2013, 7:06 AM
Working example with RegEx
http://jsfiddle.net/9H4Nc/4/
Sanjeeb LenkaPosted Oct 9, 2013, 6:20 AM
try this sample:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default8.aspx.cs" Inherits="Default8" %>