You should try removing the line of code that "Fill()" local dataset, from code behind.
for example: ( I want to remove ClientDetails )
Me.ClientDetailsTableAdapter.Fill(Me.InvoiceITDataSet.ClientDetails)
Me.DataTable1TableAdapter.FillByID(Me.InvoiceITDataSet.DataTable1, InvoiceNumber)