1
Answer

Return Selected Value from Dynamic DropDrownList Custom Control

netwizard_01

netwizard_01

21y
4.2k
1
I have created a custom server control to dynamically populate the number of dropdownlist required by the web application. I am using *.ascx wif codebehind. The population of dropdownlists is done within a placeholder control. But i am unable to capture the values selected by the user from the dynamic dropdownlists. Is there anyway to do it? Pls let mi know. Thanx u...
Answers (1)
0
Hrishikesh Dhruv

Hrishikesh Dhruv

NA 105 52.2k 21y
Hi, I think you have to bubble an event or propogate the values of the dropdownlist to an variable(s), so that it can be accessed by the webform. Hope you understood what want to convey Good Luck -Hrishikesh Dhruv