hello,
is there a way to restricting a textbox input wherein it will only accept two integer with decimal places? for example if i enter 90 or 90.1234 it will allow me and when i try to type 890 or 890.7832 it will not accept it.
any help will be greatly appreciated. :)
is there a way to restricting a textbox input wherein it will only accept two integer with decimal places? for example if i enter 90 or 90.1234 it will allow me and when i try to type 890 or 890.7832 it will not accept it.
any help will be greatly appreciated. :)
Comment