Updating header and footer controls

In Version 6.2, there are no HTML layout files for any of the ASPX pages or ASCX controls.  The Header.html, Footer.html, EmailHeader.html and PrintHeader.html are no longer needed and are deleted.  The original ASCX files are saved as-is, and your application will continue to use them.

Migration effects

During migration, the HTML and XML files for custom header and footer controls are removed.

What you should do

Because Header.ascx, EmailHeader.ascx, PrintHeader.ascx, and Footer.ascx are preserved, their look and feel is unchanged by application migration.  However, they cannot be modified in Iron Speed Designer V6.2’s Quick Layout Spreadsheet.  However, you can force Iron Speed Designer V6.2 to recreate them so they are compatible with the Quick Layout Spreadsheet:

Step 1:  Select the header or footer control you wish to recreate in the Application Explorer.

Step 2:  Delete the file from your application via Application Explorer (right-click, Delete).

Step 3:  Rebuild your application (Build à Rebuild All).  Iron Speed Designer will create a new ASCX control compatible with the current version.

See Also

Version 6.2 Application Migration