Within the updating event of a gridsview, I am handling data and making an Update to the DB.
After hours of confusion I realized the llblgendatasource may be updating after the detailsview updating event and overwriting with its own values.
How can I update myself in the detailsview event while the datasource just performs selects? I tried disabling livepersistence but then could not get the detailsview to display. Then I tried setting the EntityCollection field of the datasource but the detailsview still did not display.
Thanks