I have two textboxes, one for latitude and other for longitude.
Requirement:
Textboxes should only accept + - . 0123456789
i.e plus minus dot and only numbers.
Moreover when button is pressed to submit these details then it should check in c# code behind that if characters excepting the above stated are found then it should be removed automatically.