Change theme for all pages using master page
I have Matser Page and its 5 chilad page k.i want to one page to put dropdowan list and select any color thethen automatically change the background color as per master page(only selected part colr can change like header and footer part)....plz rply
Anil KumarPosted Feb 22, 2015, 8:34 AM
2) Get the element of the master page
3) change the attribute of the element based on the dropdown value
Examples:-
if (dropdown.value ="something")
if (dropdown.value ="something")
.
.
.
So on
Also, mark your elements as server side controls like below