I wonder if someone can help
I have a ASP.NET form and by clicking a button on the page user should be able to add new dynamic controls to it. the button click should be add one dropdown and two textboxes like append to a DIV or to panel.
However then on click of another button I would like to read values of all the three controls on the backend.
How can this be done, thanks in advance.