I have a textbox on my aspx page and I need a usercontrol to be able to see or access that value, how would I do that please.
I created a public property on my aspx page
public string txtBoolValue
{
get { return this.txtBool.Text;}
}
How do I call that from my ascx page?
Thanks
Melt
Hai have a look at this http://www.codedigest.com/CodeDigest/22-Passing-value-from-Page-to-UserControl-in-ASP-Net.aspx