How do you other llblgeners merge entities when using remoting?
I understand the context object was designed for this but i cant figure out how to use it...what i would like to do is call
public ItemEntity Save(ItemEntity item)
The return is the modified entity, what iw ould like to do is merge the changes back into the original entity on the client...how can i accomplish this?
Or is a better option to just take the returned entity and repopulating the client etc as if its a totally new entity? ( ie, rebind it to grids, controls etc as if the form was just loading up)