I have a simple question (but the answer could be complex :)).
Is is at all possible to retreive data from DataRowView, or is that not what it is for?
What I have done is create a dataview from a datatable:
oleDataAdapter.Fill(dsDocTypes)
dvDocTypes = dsDocTypes.DefaultView
Then I used the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.