I’ve created a Web Site with Visual Studio 2008 3.0 framework containing a Master Page. Is it possible to use Silverlight in a content area?
I’ve created a Web Site with Visual Studio 2008 3.0 framework containing a Master
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes. Master Pages have nothing to do with Silverlight. It will ultimately end up in generated html, with the Silverlight code inside the code generated around the content area.
Any valid html can be placed inside a content area.
And welcome to SO =)