I am using C#2.0 in a Windows Application and trying to validate a TextBox on its Validating Event. What I am basically looking for is to see if the value entered is a decimcal. Looks to be working but when I delete the contents of the TextBox, i.e. no value in there, the cursor cannot leave the TextBox. I am assuming this occurs b/c it is bound to a business object of decimal? type.
Can anyone assist me to get around this annoying fact?
Can anyone assist me to get around this annoying fact?