Get only changed values at postback from EditorFor

121 views Asked by At

I have a list of objects that I am displaying in a View using EditorFor. User can change the values of the objects. At postback I want to get only the list of objects modified, not entire list. How can I do that? thank you

0

There are 0 answers