Hi,
I have a dotnet web solution. I wish to include the silverlight technologies into it. Can you tell how do I proceed.
I am new to silverlight...so might be this question a blunder :(
Hi,
I have a dotnet web solution. I wish to include the silverlight technologies into it. Can you tell how do I proceed.
I am new to silverlight...so might be this question a blunder :(
You install the Silverlight SDK (if you don't have it already) and create a new Silverlight project. This project should contain the Silverlight application and a web project containing sample code on embedding it. You may also take a look at this site.