R
Roffers
Okay I have a parent page, we'll call it parent.aspx and it holds the
following two user controls
<uc1:Box1 id="Box1" runat="server"></uc1:Box1> <----THIS CONTAINS A
DROP DOWN LIST
<br>
<uc1:Box2 id="Box2" runat="server"></uc1:Box2> <----THIS CONTAINS A
DATALIST
In Box1, I have a dropdown list that gets selected and should set
parameters for a datalist in Box2. My question is, how can I get Box2
to read the selected item of the DropDown list in Box1.
Any help/code samples would certainly be gratefully received.
Regards
Mark
following two user controls
<uc1:Box1 id="Box1" runat="server"></uc1:Box1> <----THIS CONTAINS A
DROP DOWN LIST
<br>
<uc1:Box2 id="Box2" runat="server"></uc1:Box2> <----THIS CONTAINS A
DATALIST
In Box1, I have a dropdown list that gets selected and should set
parameters for a datalist in Box2. My question is, how can I get Box2
to read the selected item of the DropDown list in Box1.
Any help/code samples would certainly be gratefully received.
Regards
Mark