Anupam Rathour
write a code ,how Change Master page theme at runtime
By Anupam Rathour in ASP.NET on Nov 06 2009
  • jitendra patel
    Aug, 2010 13

    this code write before page_load Event

    protected void Page_PreInit(object sender,EventArgs e)
        {
            Page.Themes = "~/secondThemes";
        }

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS