views:

7

answers:

0

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

related questions