CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets for: Al Pascual
C#
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;
by Al Pascual   January 26, 2010 @ 2:37pm
Tags:
387 Views
no comments
 
XML
<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
Tags:
360 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;
by Al Pascual   January 26, 2010 @ 2:35pm
Tags:
424 Views
no comments
 
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