I'm new to using c# in asp.net
I was just wondering what the best methods of validation are for when it comes to checking a textbox that has to be number's (and 1 decimal point) only, I've read about ajax but I understand that this only works if the client supports it, so I'm now looking into new methods.
Also do these validation methods have the ability to prevent a event such as a button press from triggering and causing the web application to break?