Hi,
I'm developing a form that uses the MVC model to display pages. In the form, there are 2 master pages (Page1 is a portrait page, Page2 is a landscape page).
The problem is on click of a button, i'm supposed to hide the first page (portrait page) and display a landscape page instead. From my testing, it seems that the first portrait page will remain although i've already hide the page.
Form layout
page 1 - portrait
page 2 - landscape
page 3 - portrait
On open, show:
page 1 - portrait
on click of button, show:
page 2 - landscape
page 3 - portrait
Does anyone encounter similar issue? or is there a way to hide the first master page if my first page is using the second master page?
Thanks alot.