Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Most likely, you'll be saving your data during a postback on the OnLoad method. Saving is a quick operation, so I would just save like normal, check the SaveResult enum value returned from the Save(), and call Response.Redirect() if the save successful. I don't think you'll have to use the AfterSave event to do it.
|