We take a Silverlight application and write the following XAML code in editor
<Grid
x:Name="LayoutRoot"
Background="White"
ShowGridLines="True">
<TextBox
Height="36"
HorizontalAlignment="Left"
FontSize="17"
Text="{Binding
Path=fname}"
Margin="164,14,0,0"
Name="textBox1"
VerticalAlignment="Top"
Width="182"
/>
<TextBlock
Height="23"
HorizontalAlignment="Left"
Margin="81,16,0,0"
FontSize="18"
Name="textBlock1"
Text="Name
:"
VerticalAlignment="Top"
/>
</Grid>

Join the conversation! Your thoughts help the community grow.