摘要:
阅读全文
摘要:
在内容页中有两种方法访问Master页中的信息。 1. 使用Master.FindControl()方法查找Master页中的控件。 2. 在Master页中定义公用属性,并通过Master.Property=xxx的方式来访问。 以编程方式指定页面的Master页。 Page.MasterPageFile="xxx" 'OK 这个方法必须在Page的PreInit事件中调用,并且在Page中必须... 阅读全文