validate for only allow numeric and dot by using javascript
validate for only allow numeric and dot by 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.
Jaganathan BantheswaranPosted Oct 9, 2013, 7:06 AM
Working example with RegEx
http://jsfiddle.net/9H4Nc/4/
Sanjeeb LenkaPosted Oct 9, 2013, 6:21 AM
try this sample:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default8.aspx.cs" Inherits="Default8" %>