diff SilverlightGlimpse/SilverlightValidation/Views/UserView.xaml @ 79:5172a9b9800c

Ready to upload to codeplex
author Steven Hollidge <stevenhollidge@hotmail.com>
date Mon, 23 Apr 2012 23:07:23 +0100
parents dd6bcd2535b6
children
line wrap: on
line diff
--- a/SilverlightGlimpse/SilverlightValidation/Views/UserView.xaml	Mon Apr 23 22:43:53 2012 +0100
+++ b/SilverlightGlimpse/SilverlightValidation/Views/UserView.xaml	Mon Apr 23 23:07:23 2012 +0100
@@ -99,16 +99,17 @@
                                Width="20"
                                Description="Required" />
 
-        <TextBlock x:Name="tbDescription"
-                   Grid.Row="5"
+        <TextBlock Grid.Row="5"
                    Grid.Column="1"
                    Style="{StaticResource LabelStyle}"
                    Text="Description:" />
 
-        <TextBox Grid.Row="5"
+        <TextBox x:Name="tbDescription"
+                 Grid.Row="5"
                  Grid.Column="2"
                  Style="{StaticResource TextBoxStyle}"
-                 Text="{Binding IncorectBindingPath}" />
+                 Text="{Binding DescriptionWithATypeo}" />
+
         <StackPanel Grid.Row="6"
                     Grid.Column="2"
                     HorizontalAlignment="Right"