• Archive for August 15th, 2009

    Integrating Silverlight and HTML

    by  • August 15, 2009 • Javascript, Silverlight • 0 Comments

    Today I have come up with simple post on Silverlight on integrating silverlight contents in html page and html contents in Silverlight. The following image was the preview of our sample integration code. Step 1:Create a Silverlight Application Project , Step 2:In the Xaml file, Add the following controls , <TextBlock x:Name=”SL_txtBlock” TextWrapping=”Wrap” Margin=”167,133,62,0″ Height=”45″ [...]

    Read more →