views:

115

answers:

1

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 :(

+1  A: 

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.

Darin Dimitrov
In silverlight we have inbuilt popups...if i add a silverlight application to current web project...is it necessary to have a WCF to display the contents of popup when user click popuplink.?
Anish Mohan
It depends on what your application is doing and where's the data coming from.
Darin Dimitrov