1
Answer

datagrid

Photo of wooi83

wooi83

21y
2.2k
1
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!

Answers (1)