Hi all
I have form and three DataGridView on it. They are binded to DataTable's which has relation as Parent-Children-Grandchildren, tables on MSQ SQl server has same relations.
To save changes which user makes in that objects I use method Update() of respective tableadapters. I call methods in...
Hi All
I am trying add to standart binding navigator some button. I add "Save" button. In event click it call method Save() of form
private void Save()
{
try
{
AppStart.setarithabort(this.tbAccountTableAdapter.Connection)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.