1
Answer

ModifiedBy field update

Photo of Desi Gal

Desi Gal

15y
2.5k
1
I have a ModifiedBy field on my grid...Basically if any value in that row changes i want to update the ModifiedBy column with the user id

i have this code in my CELLValueChanged Event

GridView.SetRowCellValue(e.RowHandle,colModofiedBy,UserId);

But I am getting any error

Answers (1)