K
krzysio94598
I have a web user control (A) which contains another web user control (B) and
a textbox (asp:textbox).
The web user control (B) contains a label (asp:Label). This label control
needs to be associated with the textbox control in control A.
How can I do this?
It seems that the AssociatedControlID property in asp:Label works well if
the label and textbox are in the same web user control or the textbox is at
the page level.
Please advise.
a textbox (asp:textbox).
The web user control (B) contains a label (asp:Label). This label control
needs to be associated with the textbox control in control A.
How can I do this?
It seems that the AssociatedControlID property in asp:Label works well if
the label and textbox are in the same web user control or the textbox is at
the page level.
Please advise.