Hi,
I am using ASP.NET Dynamic Data and have a custom page.
In this page I have a handle on the DetailsView inserted event where I would like to do something based on the value of the recently updated object. However, I can't put the event handling in the model class of the respective object because it is also based on the value of a custom (unbound) form element in the custom page.
How can I retrieve the object that was just updated by the DetailsView?