October 2010
Intermediate to advanced
1920 pages
73h 55m
English
Silverlight is a framework that enables you to incorporate rich, animated, interactive content to your website. To display this content, your website visitors must have the Silverlight runtime installed on their computer.
You can download and install the Microsoft Silverlight runtime (for both Windows and Macintosh) from http://www.silverlight.net.
Unlike the other controls we discussed in this chapter, Silverlight content is not added to an ASP.NET application using a server control. Instead, a standard HTML object element is used to add the content. You should set the following attributes on the object:
• Width— The width of your Silverlight control, in pixels.
• Height— The height of your Silverlight ...