Well i need a text box that accepts only number(0-9) and one decimal point..
it should not let the user enter alphabets..
this text box is to enter angles..
So it'l b of the format:
Eg: 56.678956 or 109.344532
So I want to implement validations for being able to only enter numbers and just 1 decimal point.
I hope that makes it clear