Want to track updated by and updated id when grid record is changed
I have a requirement where if any change is made to a row in text box and drop down list values , for every row there is a Button click, when the row is changed by some one..changes must be saved along with "UpdatedBy" and "UpdatedId" , must be saved in grid view and database too..How to write the logic in frontend to handle this?