wooi83

wooi83

  • NA
  • 18
  • 0

datagrid

Apr 9 2004 11:04 AM
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)