📄 default.aspx
字号:
<%@ 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>
<table cellpadding="0" cellspacing="0" style="width: 691px; height: 511px;">
<tr>
<td style="width: 128px;" rowspan="3">
</td>
<td style="width: 2340px; height: 83px">
</td>
<td style="width: 100px; height: 83px">
</td>
</tr>
<tr>
<td style="width: 2340px; height: 24px">
</td>
<td style="width: 100px; height: 24px">
</td>
</tr>
<tr>
<td style="width: 2340px; height: 365px; background-image: url(Images/cd_ht_1.jpg); border-right: #6600ff thin solid; border-top: #6600ff thin solid; border-left: #6600ff thin solid; border-bottom: #6600ff thin solid;">
</td>
<td style="width: 100px; height: 365px">
</td>
</tr>
<tr>
<td style="width: 128px; height: 19px">
</td>
<td style="width: 2340px; height: 19px">
</td>
<td style="width: 100px; height: 19px">
</td>
</tr>
</table>
</div>
<table cellpadding="0" cellspacing="0" style="width: 286px; height: 90px; left: 50px; position: relative; top: -234px;">
<tr>
<td style="width: 100px; height: 30px">
<asp:Label ID="Label2" runat="server" Font-Size="11pt" Text="选择文件" BackColor="#E0E0E0"></asp:Label></td>
<td align="left" style="width: 100px; height: 30px">
<asp:FileUpload ID="FileUpload1" runat="server" Font-Size="10pt" Width="217px" /></td>
</tr>
<tr>
<td style="width: 100px; height: 21px">
</td>
<td align="left" style="width: 100px; height: 21px">
<asp:Button ID="Button1" runat="server" Font-Size="10pt" OnClick="Button1_Click" Text="单文件上传"
Width="100px" Height="25px" /></td>
</tr>
<tr>
<td style="width: 100px; height: 30px">
</td>
<td align="left" style="width: 100px; height: 30px">
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click1" Text="查看上传信息" Width="101px" Font-Size="10pt" /></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -