Does anyone have sample code on how I can restrict a user from
entering no more than 1 digit following a decimal point in a text
box? For example:

89.9 is valid
91 is valid

93.87 is invalid

I can't seem to find a slick way to do this.

Thanks,
Ron