I have a dropdownlist (ddl) with a list of Controls I would like to Display, say suppose my ddl has a textBox, Combobox and a Listbox and when I make a selection from the ddl it should draw the Control for me in the page. How do I do this? Everytime I pick something up from the ddl it should remove the existing control and add the selected control from the ddl. Any help is certainly appreciated.

Thanks,

DD