default.aspx
来自「水晶报表详细资料水晶报表详细资料水晶报表详细资料」· ASPX 代码 · 共 51 行
ASPX
51 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!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>无标题页</title>
</head>
<body style="text-align: center">
<form id="form1" runat="server">
<div>
<div style="text-align: center">
<table border="0" cellpadding="0" cellspacing="0" style="border-right: black 1px solid;
border-top: black 1px solid; border-left: black 1px solid; width: 262px; border-bottom: black 1px solid;
height: 54px">
<tr>
<td style="width: 100px; height: 29px; text-align: left">
<span style="font-size: 10pt">TextChanged应用</span></td>
</tr>
<tr>
<td style="border-top: black 1px solid; width: 100px; height: 10px">
<div style="text-align: left">
<table border="0" cellpadding="0" cellspacing="0" style="width: 295px">
<tr>
<td style="width: 100px; text-align: center">
<asp:TextBox ID="txtNum1" runat="server" Width="50px"></asp:TextBox></td>
<td style="width: 71px; text-align: center">
<span style="font-size: 10pt">+</span></td>
<td style="width: 100px; text-align: center">
<asp:TextBox ID="txtNum2" runat="server" AutoPostBack="True" OnTextChanged="txtNum2_TextChanged"
Width="50px"></asp:TextBox></td>
<td style="width: 100px; text-align: center">
<span style="font-size: 10pt">=</span></td>
<td style="width: 100px">
<asp:TextBox ID="txtResult" runat="server" Width="59px"></asp:TextBox></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
</div>
<br />
<br />
<br />
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?