Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: likhtin
  • Content: Threads
  • Order by date
  1. likhtin

    Update of parent-child tables on SQl server does not work!

    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...
  2. likhtin

    Custom Button on BindingNavigator does not work properly

    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)...

Part and Inventory Search

Back
Top