Click here to Skip to main content
15,884,001 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I have a Silverlight Parent Page which is like a master page. the child page derives from the parent page. This works fine. But if i want to add additional controls on the child page it is not possible. How can i achieve this functionality in Silverlight? Can anybody suggest some good workaround for this?
Posted
Comments
Mark Salsbery 13-Jul-11 18:04pm    
Why can't you add controls? Why would a "child page" class ever be derived from a "parent page" class? You've provided no information about what problems you are having...

1 solution

Use prism for this. that will definitely help you with this.

Prism[^]

-Sagar Solanki
 
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