New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Language: XML

XAML

103 Views
Copy Code Show/Hide Line Numbers
<Grid>
            <StackPanel>
                <TextBlock x:Name="MyText" Text="Empty" />
            </StackPanel>
            <StackPanel Orientation="Horizontal">
                <TextBox x:Name="MyTextBox" Height="50" Width="50" />
                <Button Click="Button_Click" Content="Send to ASP.NET" Height="50" Width="50" />
            </StackPanel>
        </Grid>
by Al Pascual
  January 26, 2010 @ 2:37pm

Add a comment


Report Abuse
brought to you by:
West Wind Techologies


If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate