opertxt.aspx
来自「asp.net专家200问(含源代码解决法案」· ASPX 代码 · 共 21 行
ASPX
21 行
<%@ Page language="c#" Codebehind="operTxt.aspx.cs" AutoEventWireup="false" Inherits="CommonFunction.operTxt" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>operTxt</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="operTxt" method="post" runat="server" enctype="multipart/form-data">
<FONT face="宋体">
<asp:TextBox id="txtContent" style="Z-INDEX: 101; LEFT: 40px; POSITION: absolute; TOP: 20px" runat="server" TextMode="MultiLine" Height="429px" Width="326px"></asp:TextBox>
<asp:Button id="btnRead" style="Z-INDEX: 102; LEFT: 395px; POSITION: absolute; TOP: 82px" runat="server" Width="53px" Text="读取"></asp:Button>
<asp:Button id="btnRepaire" style="Z-INDEX: 103; LEFT: 459px; POSITION: absolute; TOP: 83px" runat="server" Width="52px" Text="更改"></asp:Button>
<INPUT id="filePath" style="Z-INDEX: 105; LEFT: 396px; POSITION: absolute; TOP: 46px" type="file" name="File1" runat="server"></FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?