Eric's Blog

Day to day experience in .NET
Welcome to Blogs @ IRM Sign in | Join | Help
 Search

Disclaimer

The content of this site is my own personal opinion and does not in any way represent my employer, it's subsideries or affiliates. These postings are provided "AS IS" with no warranties, and confer no rights.

This Blog

Displaying errors

Here I blogged about setting errors in the data set. In this post I will just show you what it could look like in a windows forms application. (Maybe I should have done this earlier.)

In this example I have used the ErrorProvider control. The only steps necessary to get this functionality is to drag the control onto your form, set the DataSource property to your data set and DataMember to the name of your table. It is also necessary to set the ContainerControl property to your form and I usually sets the BlinkStyle property to NeverBlink.

Published den 21 september 2004 12:15 by ericqu
Filed under:

Comments

No Comments
New Comments to this post are disabled
Powered by Community Server, by Telligent Systems