My datasource on my formview does NOT have transactions enabled. I have a service layer for my component layer, which I assume my datasource control is using to do the save.
I am performing the manual save using the System.Web.Security.Roles class to update the user's role. This save is called on the formview's ItemCommand event, which I am guessing might be the problem. I don't get an error during the save, but rather when I try to display the data in read only mode immediately after the save occurs.
Can I include my multiple calls to the Roles class in the same transaction? How do I get a reference to that transaction?
Thanks,
Jesse