In this article let us see how to use a Calendar Control in a silverlight application. As usual, open the visual studio and select the silverlight project.

First let us drag a Calendar control into Stack Panel as shown below into MainPage.xaml.


        <sdk:Calendar Height="169" Name="calendar1" Margin="10" Width="230" />

The output for the above code looks like as

Read more: Original Source