Hello People!
Could you please explain how to organize communication between user controls? Let's say we have a page where 2 UCs (statusbar and button) are being loaded using LoadControl() function.
Statusbar consists of <asp:Label /> and Button of <asp:Button />
How to change content of a label if you hit a button?
Thank you very much in advance!