Desi Gal

Desi Gal

  • NA
  • 35
  • 0

ModifiedBy field update

Oct 30 2009 4:38 PM
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)