Click here to Skip to main content
15,901,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have the user control with in the master page on the right side frame. Now I want to change the user control with other (user control). How can I do this? Can anybody help me, please.



Arun.
Posted
Updated 22-Jun-10 4:39am
v2

So replace it, what is the issue?
 
Share this answer
 
Remove the previous one and new user control. In case you want this to happen dynamically on the basis of some condition in that case you can use a placeholder control. Just add the user control as per your condition dynamically.

If this is not the case then provide more details.
 
Share this answer
 
hi..
what is there just set the Visible Property to true/false based on your condition.....

This will help you..
 
Share this answer
 

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