我的aspx页面上有一个文本框,我需要一个usercontrol才能看到或访问该值,我该怎么做呢. 我在aspx页面上创建了一个公共属性 public string txtBoolValue { get { return this.txtBool.Text;} } 如何从我的as
我在aspx页面上创建了一个公共属性
public string txtBoolValue { get { return this.txtBool.Text;} }
如何从我的ascx页面调用它?
谢谢
熔化
Hai看看这个 http://www.codedigest.com/CodeDigest/22-Passing-value-from-Page-to-UserControl-in-ASP-Net.aspx