《ASP.NET从入门到精通》(第二版)第7章 7.3.2动态加载主题的问题
发表在ASP.NET图书答疑 2014-02-07
是否精华
版块置顶:
    原书的例子不错,我手痒,在母板页的内容页仿照这个例子,设置Page.StyleSheetTheme。结果总是失败。
    主要代码如下:

        protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
        {
            //string url = Request.Path + "?theme=" + DropDownList1.SelectedItem.Value;
            string url = Request.Path + "?StyleSheetTheme=" + DropDownList1.SelectedItem.Value;
            Response.Redirect(url);
        }

        void Page_PreInit(Object sender, EventArgs e)
        {
            string theme = "Default";
            //if (Request.QueryString["theme"] == null)
            if (Request.QueryString["StyleSheetTheme"] == null)
            {
                theme = "Default";
            }
            else
            {
                //theme = Request.QueryString["theme"];
                theme = Request.QueryString["StyleSheetTheme"];
            }
            //Page.Theme = theme;
            Page.StyleSheetTheme = theme;
            ListItem item = DropDownList1.Items.FindByValue(theme);
            if (item != null)
            {
                item.Selected = true;
            }
        }

    结果总是出错。上百度那里瞄了好久也没答案。
    这个应该不属于原书的问题,不过,如果你们有兴趣,能否给个答案?
    谢谢!
分享到:
精彩评论 1
小科_mrkj
学分:43 LV2
2014-02-14
沙发
读者朋友:
    您好,失败是显示不出样式,还是出现异常?另外,把下面的代码注释掉再试一下:
ListItem item = DropDownList1.Items.FindByValue(theme);
if (item != null)
{
item.Selected = true;
}
首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照