Hi,
I have the following scenario:
1) i have a static dropdownlist, that has a value that when selected, 2) it dynamically creates a line with a label and a dropdownlist inside an updatepanel for each "question" in the. 3) This dropdownlists dynamically created , has a value that when selected, creates an fileupload below in that line
Ive tried and had many issues like:
- recreate the lines and its controls on postback; - check if the controls were not already created; - get the dynamic dropdownlist values with jquery - and so on

Can anybody help ?

Go to the complete details ...