asp:RequiredFieldValidator doesn't recognize input with text consisted only of spacebars as a valid input. How to make him to recognize them as I need? Or how to do it with RegularExpressionValidator? Keep in mind, validation should be only client-side, no server-side event is allowed.