1
Reply

datagrid

wooi83

wooi83

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