Hello i am using Master Page Design in my Asp.net MVC Application.Using These Master Page I Want change color in different div.
Suppose i have Header,Footer,Body in Different different Div i want change background color to the perticular div using Color Picker in asp.net mvc Application.
Loading
Bhavik SolankiPosted Nov 7, 2011, 7:44 AM
Hi,
It's quite similar we can do in classis asp.net
Here is step
Create one css and apply on setting in div tag which you want.
Add css in master page
Add master page in all view
Regards,
bhavik