Dynamic dropdown in user control
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, How can I have user control to populate a list with different values when its property value changes at run time? e.g I have Radio buttons :- Animals, birds, Mammles etc. outside the user control. Based on radio button selected user control should populate values. I have created a property for user control to pass chosen radio option. Thanks