0
kicks
How to pass values from User Control to Page or calling Page methods f
Say we have a TextBox and Button control in one user control and we have another TextBox in .aspx Page in wich we have placed that User Control. And now If the user enters any text in User Control TextBox and clicks on Button in User Control, that text should be displayed in .aspx page TextBox by calling a method in page on User Control button click.