N
Nicholas Paldino [.NET/C# MVP]
VMI,
Instead of using the Current property, use the List property, and pass
in 5 (zero based), and you should get an object (in this case, the
DataRowView) for that row.
Hope this helps.
Instead of using the Current property, use the List property, and pass
in 5 (zero based), and you should get an object (in this case, the
DataRowView) for that row.
Hope this helps.