views:

16

answers:

1

I am using VS2008,I can not able to see the asp:silverlight (to embed my silverlight file in aspx page) ,

How can i get it in my toolbox.

A: 

The asp:Silverlight control is no longer included as of Silverlight 3. In order to include a Silverlight app in a web page you will need to use the html <object> tag.

Your silverlight application project will have created a Test page (.aspx or .htm) either in the output folder or in a Web application is associated with it in the solution. You can use copy the object tag contents from these to use elsewhere.

AnthonyWJones
i need to access the Method present in silverlight(.xap) from Javascript,How can i do it ,Could you please send some link.
Ramakrishnan
@Ramakrishnan: Sounds like an entirely different question from the above, however try this:- http://msdn.microsoft.com/en-us/library/cc221414%28VS.95%29.aspx
AnthonyWJones
@AnthonyWJones thanks
Ramakrishnan