I have a MasterPage that has two image buttons , and two content pages, What i want is that when an Image button is clicked —-> the theme changes.
I know that MasterPage do not have a “OnPreInit” function and the theme has to be changed inside the “OnPreInit” function…
so is there any workaround for this problem ???
Thanks in advance.
Baher
Well I found the Solution for that which is i captured the Image Button clicked and then changed the theme
really easy