Are the validation controls available in Visual Studio 2005 for Windows Forms like they are for Web Forms? I don't see them.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
this can be implemented with the ErrorProvider class: http://msdn.microsoft.com/en-us/library/system.windows.forms.errorprovider.aspx Hope this helps! Adam |
|||
|
|
|
Michael Weinhardt developed a set of validation components for WinForms as part of the Genghis Project. He also wrote series of MSDN articles awhile back that expanded on these components and added a ValidationSummary component too: Extending Windows Forms with a Custom Validation Component Library Extending Windows Forms with a Custom Validation Component Library, Part 2 Extending Windows Forms with a Custom Validation Component Library, Part 3 |
|||
|
|