Master Page 使用心得

来源:互联网 发布:如何查看手机本地端口 编辑:程序博客网 时间:2024/05/16 11:13

从母板页找子页的控件:

this.ContentPlaceHolder1.FindControl("ControlId")

从子页找母板页的控件:

this.Page.Master.FindControl("loginInfo")

原创粉丝点击