I have a windows forms, and when I hit submit, it'll use the Error Provider class to display a little red error icon next to all the fields that are invalidate and display the error message as a tooltip.
Is it easy to have all error messages of the error provider be displayed in like a summary box or a strip on the top of the form?
I know how I would do it in ASP.NEt but am unfamiliar with Windows Forms