Search Results

0
votes
2answers
378 views

Default values from SQL Server Express table column to Dataset?

Hi, I am a new Database programming learner. I am using C# (.NET 3.5) along with SQL Server Express. I am following Forms over Data Video Series from Microsoft. However, I am creati …
0
votes
0answers
71 views

Two different .NET applications can’t access the db4o file

I have just downloaded and and am using db40 7.9 and am testing it on two different .NET 3.5 applications using the supplied tutorial. When I access the same database (c:\pilot.db4o) file u …
2
votes
4answers
183 views

Practical WPF Programming

Hi, I think I have got some grasp over basic WPF fundaes. Now I want to go deep. However, apart from understanding how the classes work under the hood, I would like to learn practic …
1
vote
2answers
51 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, …