Reputation:
Are the validation controls available in Visual Studio 2005 for Windows Forms like they are for Web Forms? I don't see them.
Upvotes: 4
Views: 3555
Reputation: 15180
this can be implemented with the ErrorProvider class:
http://msdn.microsoft.com/en-us/library/system.windows.forms.errorprovider.aspx
Hope this helps!
Adam
Upvotes: 4