try
{
dsLoan = lc.ListUsersLoan(txtBoxSearch.Text);
dGridLoans.DataSource=dsLoan;
dGridLoans.DataBindings();
}
catch
{
MessageBox.Show("Please Retry.","Error Rerieving Data!",MessageBoxButtons.OK, MessageBoxIcon.Error);
}
can someone please give me the codes to adding the dataset into datagrid?? my codes have errors!