Skip to main content

All Questions

Tagged with
0 votes
1 answer
75 views

MVVM Database Child_Update() not updateing

Ok here is the deal. using my Model to raise the Child_Update() Method. I know it is not good but im just learing right now. Now i given my Business class as Parameter to Change the already given rows....
dennis schütz's user avatar
1 vote
2 answers
241 views

Updating issue with an wpf (offline) application c#

Hi i have created weeks ago a WPF( visual studio 2010) application which runs offline localy on my pc.I is connected to a database(MS SQL .mdf) ofcourse and it works well. but now i need to make an ...
denza's user avatar
  • 1,298
0 votes
1 answer
2k views

WPF datagrid update database

I am pretty new in C#. I was writing a small GUI database application which uses a datagrid to show the table data. When I edit a row in the grid press the update button the update function of ...
Saiful Shubho's user avatar