I have a repeat control bound to a view data source.
In each row I have a link which when pressed I want to stamp that back-end document with a few field value changes and then save those changes. If an error on the save occurred I want to tell the user else I want the panel in which the repeat exists to refresh.
How can I grab the document associated with the row and test if the save worked?