error in datarow - TechRepublic
General discussion
May 11, 2005 at 09:40 PM
plr007

error in datarow

by plr007 . Updated 20 years, 7 months ago

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

This discussion is locked

All Comments