4

Are the validation controls available in Visual Studio 2005 for Windows Forms like they are for Web Forms? I don't see them.

1 Answer 1

4

this can be implemented with the ErrorProvider class:

http://msdn.microsoft.com/en-us/library/system.windows.forms.errorprovider.aspx

Hope this helps!

Adam

Sign up to request clarification or add additional context in comments.

Comments