1.

What Asp.net Control Can Embed Xaml Into Asp.net Pages?

Answer»

The ASP:Silverlight is used to EMBED XAML into ASP.Net pages.The following code snippet ILLUSTRATES this:

<asp:Silverlight ID="Xaml" runat="server" Source="../ClientBin/sample.xap" Width="100%" HEIGHT="100%" /> 

The asp:Silverlight is used to embed XAML into ASP.Net pages.The following code snippet illustrates this:

<asp:Silverlight ID="Xaml" runat="server" Source="../ClientBin/sample.xap" Width="100%" Height="100%" /> 



Discussion

No Comment Found