摘要:
((Label)(this.Master.FindControl("lab_Name"))).Text = Session["nickName"].ToString();找到母版页的Label控件“lab_Name”并把session中的值赋给它或者:在你的内容页添加: HTML code<%@ MasterType VirtualPath="~/MasterPage... 阅读全文
posted @ 2009-05-13 16:54
Lavenders
阅读(479)
评论(0)
推荐(0)