What ASP.NET control can embed XAML into ASP.NET pages?
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%" />