Hi,
DataRowView.Row should give you the DataTableRow.
--
Miha Markic [MVP C#] - RightHand .NET consulting & development
SLODUG - Slovene Developer Users Group
www.rthand.com
Otherwise you'll have t
"alfa" <(E-Mail Removed)> wrote in message
news:157B4AC7-B03E-4587-96D3-(E-Mail Removed)...
> When i create a dataview with a rowfilter form a dataTable
> how do i find the corresponding row in the data table??
>
> for example:
> i've 100 row in the datatable
> my dataview.rowfilter (on customername ) results in 5 rows
> how can i return to the same customer in my datatabale as on the first row
> of my dataview??