Search Results

0
votes
0answers
39 views

How to handle exceptions generated by DataSets?

Hi, DataSets in ADO.Net throw exceptions when there are constraint violations etc. It is easy to catch these exceptions in the WinForms UI Layer using DataGridView (using DataError event). …
1
vote
2answers
55 views

Auto validation in Winforms in a dedicated label

I have seen in certain places (sorry, am unable to provide links at the moment) that validation errors in a form are displayed in a label at the top. As the user fills up the form, that error text …
0
votes
0answers
10 views

Auto validation in Winforms in a dedicated label: Redux using DataSets

I had asked this question: http://stackoverflow.com/questions/1491129/auto-validation-in-winfor …
0
votes

Problem In updating a database through windows application.

I think Zim is using automatically generated Datasets, along with Winforms controls. To send the data back to the database, in the automatically generated form, are you clicking the "Save" button, …