编程论坛
注册
登录
编程论坛
→
ASP.NET技术论坛
内容页的控件访问母版页的控件
chenjian5460
发布于 2008-04-08 10:12, 838 次点击
在中,我在母班页中有个textbox的控件,内容页也有个这样的控件.我要把母班页的控件的值,读到内容页里去.请问该怎么做.
我要在页面生成时就可以.
2 回复
#2
小乌龟
2008-04-08 12:21
first of all,you must define this attribute of textbox to be public in the master page,then you can using the method (findcontrol) to get this textbox value in the content page.
[[it] 本帖最后由 小乌龟 于 2008-4-8 18:34 编辑 [/it]]
#3
chenjian5460
2008-04-08 22:06
问题已经解决,谢谢了
1