Is there a method I can call that will force all my textbox controls to fire their Validating event? -or- do I have to call all those events manually? The textboxes are not bound to a datasource. If I have to call them manually, what's the best way to do that in C#?

I'm actually doing .NET Compact Framework if it matters.