Hi All,
I had editable list view and on Save button i am looping through all records and saving that one by one in DB. Some records are coming from DB which is save previously. I am looking each records and base on table ID either I am updating existing records or adding new records. I had more than 100 records so saving one records each it is taking too much time.
Is there any way we can update some flag in particular row where user has did some changes or newly add record.
So there will be new column called Flag and if user update /add any records I would like to setup value of that particular row value to True.