AssociatedControlID and User Controls

V

Verticon::

I have a user control that contains a drop down list and a few other
items. I have a label control on the form level. how do I assign the
label to the drop down list in the user control?

<asp:Label ID="Label" runat="server" AssociatedControlID=?></
asp:Label>

<UserControl ID="UserControl" runat="server">
<asp:DropDownList ID="Input" runat="server"></asp:DropDownList> //
Renders as "UserControl_Input"
</UserControl>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top