1
Answer

datagrid

wooi83

wooi83

20y
2.1k
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)