this code write before page_load Event

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