datarowview

  1. T

    Question DataRowView Question

    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...
Back
Top