extrernally manipulating user controls
Hi, I have a dropdownlist with values ranging from 1-4. I have a user control with a dropdownlist with no values in it. Thing is , I want to know if there is a way that I can add listitems to the dropdownlist in my user control by selecting a value from the default.aspx dropdownlist.
So if I choose value 1 from the default.aspx dropdownlist, the dropdownlist in my user control will be populated by 1 as a listitem. If I choose 3, then the user control dropdownlist will contain list items, 1,2,3.
Sounds weird, but is there a way around this???
|