Click here to Skip to main content
16,004,507 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys

Can anyone tell me or give a link on how to create master pages for silverlight applications, if thats even possible.
Posted

1 solution

You dont need to create master pages in Silverlight (they are not supported either).
What you need to do is create custom styles and templates and store them in a common resource file.

You can then call these styles on demand.
 
Share this answer
 
Comments
Anele Ngqandu 1-Jun-11 4:38am    
do you knw where can i get a tutorial for that because am lost
Abhinav S 1-Jun-11 10:14am    
Start with http://msdn.microsoft.com/en-us/library/cc278068%28v=VS.95%29.aspx.

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