|
This customization saves information in the .NET cache while updating a record.
A cache provides temporary storage of resources that have been requested by an application.
The resource can be returned from the cache if an application requests the same resource more than once.
This customization will be executed when the "Save" button or any other button, which updates a record, is clicked.
This customization will be added in:
..\<Application Name>\<Table Name>\Edit<Table Name>.aspx.cs
For example: C:\MyApp1\Customers\EditCustomers.aspx.cs
|