I have an ASP.Net 2.0 textbox which I need to be validated as having some content, but where whitespace alone is valid input.
A required field validator seems to reject a pure whitespace input as invalid. A regular expression validator won’t fire at all on empty content.
Is there a simpler way round this than using a custom validator control?
There are a couple of options, neither which use the automagic FUD.
I can’t think of any other options.