本文介绍了母版页和内容页出现问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有
1. MainMaster.master页面
2.在mainmaster.master中的ChildMaster.master
3.在childmaster.master中的ContentPage.aspx
现在,我想调用在ContentPage的MainMaster页面中定义的方法...
I have
1. MainMaster.master page
2. ChildMaster.master which is in mainmaster.master
3. ContentPage.aspx which is in childmaster.master
Now I wanna call method defined in MainMaster page in the ContentPage...
推荐答案
这篇关于母版页和内容页出现问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!