I am working on asp.net webforms. I have a usercontrol which has several server controls. There are three related dropdown boxes. If there are multiple values on all these dropdown boxes, I have to let the user choose values from them and then I save them in database. If each one of them has only one value, then I have to show the values as read only - say as asp.net labels. These values also need to be saved in the database. Please let me know how to replace one set of controls with another and get their values.
Thanks