W
William Snell
I got through it with this:
if ((row.RowType == DataControlRowType.DataRow) &&
((row.RowState & DataControlRowState.Edit) > 0))
if ((row.RowType == DataControlRowType.DataRow) &&
((row.RowState & DataControlRowState.Edit) > 0))