Cache, Cookies and Session Variables
Save Information in Cache

Code Customization
Save Information in Cache
Description:

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

Procedure:

Step 1:   Use this wizard to add code customization.

Step 2:  Build and run the application.

Applies To:

This code customization is applicable only for pages with an editable record control.

Note:

This customization will get added in the Page class.

Disclaimer:
Customizations included in this wizard are provided as a sample to demonstrate a feature, and may work only in specific situations. The Iron Speed Designer support team cannot assist in the resolution of problems which may occur as a result of customizing your application or modifying a customization to fit a particular purpose.


  Privacy Statement