assuming that i have acoonection and i have also the DataAdapter and DAtaset
dim dt as datatable = ds.tables.item(“Profile”)
dim row as datarow = dt.select(row(2) =cbolname.text)(0)
i have the error in datarow…
example i have 5 columns(id,lname,fname,mname,contact) i want to select the records based on combobox and put the records in the fields(like textbox).. how can i solve this.. pls help tnx