I need to validate my Textbox by using Javascript. The TextBox shouldn’t be null and after decimal point, only two digits are allowed.
It will be better if you restrict any other character except .(dot) and numbers.
I need to validate my Textbox by using Javascript. The TextBox shouldn’t be null
Share
Please look at the below code
I think it will satisy yor need.