Master Page & Themes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • suganya
    New Member
    • Dec 2006
    • 39

    Master Page & Themes

    Hi

    Can any body help me how to add theme in master page. I have added

    App_Theme-->Default-->HelloDr.css in my project.
  • gayane
    New Member
    • Sep 2008
    • 2

    #2
    In source of masterpage in first line(master section) add
    EnableTheming=" true"

    in web.config there is <pages> tag
    in that tage add <pages theme="Default" >

    it must work ;-)

    Comment

    Working...