Format:
Recent snippets for: Al Pascual
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Animation;
131 Views
no comments
<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>
125 Views
no comments
<%@ Page Language="C#" AutoEventWireup="true" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>SilverlightApplication1WithASPNET</title> <style type="text/css"> html, body { height: 100%; overflow: auto;
160 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
