I know the following line is not correct. What modifications do I need to make? Thank you!
txtAddress.Text = db.ProfileDataset.Tables("tblCustomers").Rows(0).Item("Address").ToString
I know the following line is not correct. What modifications do I need to make? Thank you!
txtAddress.Text = db.ProfileDataset.Tables("tblCustomers").Rows(0).Item("Address").ToString