Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi there!

Your post "Dynamically add and remove user controls" was very usefull for me in order to do a proyect in my highschool.
But now I have a question:
Is it possible to do the next?:
Dynamically add and remove user controls inside another user control than was loaded dinamically to a page?
I mean, I have a page "A" and I need dinamically load user controls "B" on that page (already done thanks to your post), but now I need to dinamically load another user controls "C" on the "B" user controls.
Can you give a hint or a link in order to figure out how to acomplish that?
I was looking for examples on the web, but only found "simple" user control examples.

Thanks in advance.
Posted

1 solution

You will have a better chance off getting a response if you ask this question at the article: Dynamically add and remove user controls[^] you are referring to.

Just use the "Add a Comment or Question" button at the bottom of the article.
 
Share this answer
 
Comments
Member 8714836 26-Mar-12 14:21pm    
Oh!
My bad.
Thanks!
Sergey Alexandrovich Kryukov 26-Mar-12 21:58pm    
Right thing to do, a 5.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900