I have a Button on the Parent User control and a text box on the child user control.
Now I wants to get the text from the Text box on the click of Parent Button click.
I mean I want to get the Child user control values from the parent.
How can i do it in asp.net.