I am very new to Umbraco.
I have created two usercontrols and Usercontrol1 has a public property.
In the template I am using them like this:
<?UMBRACO_MACRO macroAlias="Usercontrol1" publicProperty1="1"></?UMBRACO_MACRO>
<?UMBRACO_MACRO macroAlias="Usercontrol2"></?UMBRACO_MACRO>
so I would like to define/set the publicProperty1's value from Usercontrol2?
How can I do it?