I have a windows form for a desktop app that has 7 fields,
how can I have the submit button disabled until the form validates?
I know I can validate the form when the user clicks the button, but if i have the button disabled what is the best way to call my validation method?
Using C# express 2008.