After adding a row into the DB i am using the following to show me the DGV containing recently added data but it is not showing up.

Code:
MWClientDataSet.Clear()
ClientProfileTableAdapter.Fill(MWClientDataSet.ClientProfile)
What should i do?