~jbrejner/troja/jbrinit

« back to all changes in this revision

Viewing changes to ObsoluteStreams/BrtypesEqStreams.aspx

  • Committer: jor
  • Date: 2009-05-28 09:02:17 UTC
  • Revision ID: svn-v4:93163c94-53e2-4789-836c-c47e9053d533:dock/Troja:13
Novo test installation 20090527 (VS2005)
no fogbugz

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="BrtypesEqStreams.aspx.cs" Inherits="ObsoluteStreams._Default" %>
 
2
 
 
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
4
 
 
5
<html xmlns="http://www.w3.org/1999/xhtml" >
 
6
<head runat="server">
 
7
    <title>Obsolute Streams</title>
 
8
</head>
 
9
<body>
 
10
    <form id="Form1" runat="server">
 
11
        <asp:ScriptManager id="scriptmanager" runat="server" />
 
12
        <div>
 
13
            <asp:UpdatePanel ID="UpdatePanel" runat="server">
 
14
                <ContentTemplate>
 
15
                    <asp:Timer ID="Timer" runat="server" Interval="1000" Enabled="false" OnTick="TimerTick" />
 
16
                    <asp:Button ID="Button" runat="server" Text="Start" OnClick="ButtonClick" />
 
17
                    <br />
 
18
                    <asp:Label ID="StdOutLabel" runat="server" ForeColor="Blue" />
 
19
                    <br />
 
20
                    <asp:Label ID="StdErrLabel" runat="server" ForeColor="Red" />
 
21
                    <br />
 
22
                    <asp:Label ID="ExitValue" runat="server" ForeColor="Black" />
 
23
                </ContentTemplate>
 
24
            </asp:UpdatePanel>
 
25
        </div>
 
26
    </form>
 
27
</body>
 
28
</html>