Loading ...

Filtering dropdown content between repeated user controls

Who is online?  0 guests and 0 members
home  »  forums   »  asp.net topics   »  web forms / data controls   » Filtering dropdown content between repeated user controls

Filtering dropdown content between repeated user controls

Posts under the topic: Filtering dropdown content between repeated user controls

Posted: 12/25/2011

Lurker 5  points  Lurker
  • Joined on: 12/25/2011
  • Posts: 1

Hi,

I have a user control in Update panel. User control has a dropdown with city names. content of my .aspx is structured like this (Updatepanel -> Repeater -> Usercontrol) At runtime in my aspx page I can add as many user controls as I need through repeater control. When a user selects a City in one user control's dropdown, that City should be removed from all the other dropdown's in rest of the User controls. How can I make sure that City selected in one dropdown will not appear in other user controls drop down? I think it can be done through delegates and events... but not sure how to implement it!! Any help would be appreciated...


Page 1 of 1 (1 items)