I have a hierarchial grid with a single detail table. Allowautomaticupdates = True. I click on the update link to put the grid in edit mode and change the values. The stored procedure is called that is defined on the Sqldatasource and the values are passed to the stored proc. But the values passed are the original values not the updated values. How do I get the updated values from the grid? I'm assuming there is a simple trick I am missing but not sure what it is.
Thanks
Thanks