Hi Guys,
From my application IndexPage I am calling the following Net-procedures:
<!-- Net:PageHeaderTag2 -->
<!-- Net:fWizard -->
<!-- Net:PageFooterTag -->
When I redirect from the NetWebForm (fWizard) to another NetWebForm using the "URL on Save" option,
... the second NetWebForm page opens, with the initial page-Header still displayed op top of the page, but the formatting of the header is all wrong.
The redirected page seems to lose the initial header size / formatting.
For example:
Initially the logo was resized, the border of the header were removed.
When the second NetWebForm page opens, the border is back, logo size is wrong, etc.
1. Is there a way to retain the original header formatting, when redirecting to internal page? OR
2. Is there a way to reload NEW HEADER when redirecting to internal page?