|
This customization saves information in cookies when
updating a record. Cookies can store user-specific information. The application can retrieve the information it stored earlier when the user visits your Web site again.
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
|