27Apr
Posted by admin as .Net, Asp.Net, Microsoft, Technology, Web
There are several scenarios where in you wish to pass Variable between user controls. In this post I will explain an easy way to achieve this using public properties in UserControls.
For this example, I have a Webform (Default.aspx) which has two UserControls registered in it UserControl1 and UserControl2. UserControl1 and UserControl2 have one TextBox each [...]