If e.DataCol.Name = "C" Then
If e.newvalue = "出售" Then
e.DataRow("D") = "成功"
Else
e.DataRow("D") = Nothing
End If