bartholomew

如此星辰非昨夜,为谁风露立中宵~

随笔分类 -  User Control

用户控件与主页面之间交换变量
摘要:1 在用户控件中访问主页面中的服务器控件: TextBox tb = (TextBox)Page.FindControl("TextBox1"); if(tb != null) { tb.Visible = false; } 2 在主页面中访问用户控件中的变量或方法: protected QueryOrderModule ModuleQuery; ModuleQu... 阅读全文

posted @ 2005-07-19 18:50 bartholomew 阅读(483) 评论(0) 推荐(0)

导航