J
Jacob
I have a problem communicating between two usercontrols.
I have a template.aspx file with two usercontrols:
<uc1:FAQList id="FAQList" runat="server"></uc1:FAQList>
<uc1:FAQCreateQuestion id="FAQCreateQuestion"
runat="server"></uc1:FAQCreateQuestion>
After a postback I want the FAQList usercontrol to make a query,
depending on a selection in a dropdownlist control in the
FAQCreateQuestion usercontrol.
How do I get the selected value from the FAQCreateQuestion usercontrol
to the FAQList usercontrol?
I have a template.aspx file with two usercontrols:
<uc1:FAQList id="FAQList" runat="server"></uc1:FAQList>
<uc1:FAQCreateQuestion id="FAQCreateQuestion"
runat="server"></uc1:FAQCreateQuestion>
After a postback I want the FAQList usercontrol to make a query,
depending on a selection in a dropdownlist control in the
FAQCreateQuestion usercontrol.
How do I get the selected value from the FAQCreateQuestion usercontrol
to the FAQList usercontrol?