📄 info.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="InFo.aspx.cs" Inherits="_InFo" %>
<!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 style="width: 755px; background-image: url(Images/上传文件页面.jpg); height: 520px;">
<tr>
<td style="height: 19px" colspan="5">
<span style="font-size: 14pt; color: black; font-family: 宋体; mso-hansi-font-family: 'Times New Roman';
mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: ZH-CN;
mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA"></span>
</td>
</tr>
<tr>
<td colspan="5">
</td>
</tr>
<tr>
<td style="width: 289px; height: 99px">
<asp:LinkButton ID="LinkButton1" runat="server" Font-Size="9pt" Font-Underline="False"
ForeColor="Red" PostBackUrl="~/Default.aspx">┆上传文件┆</asp:LinkButton></td>
<td style="width: 65px; height: 99px">
<fieldset style="width: 240px">
<legend class="mainTitle"><span style="font-size: 10pt">读取并显示数据库中二进制图片</span></legend>
<table cellpadding="0" cellspacing="0" style="width: 214px">
<tr>
<td style="width: 45px; height: 30px">
</td>
<td align="left" style="width: 130px; height: 30px">
<asp:Button ID="Button1" runat="server" Font-Size="9pt" OnClick="Button1_Click" Text="读取并显示"
Width="100px" /></td>
</tr>
<tr>
<td style="width: 45px; height: 30px">
<asp:Label ID="Label1" runat="server" Font-Size="9pt" Text="记录编号" Width="52px"></asp:Label></td>
<td align="left" style="width: 130px; height: 30px">
<asp:DropDownList ID="DropDownList1" runat="server" Width="100px">
</asp:DropDownList></td>
</tr>
<tr>
<td style="width: 45px; height: 120px">
</td>
<td style="width: 130px; height: 120px; text-align: left">
<asp:Image ID="Image1" runat="server" /></td>
</tr>
</table>
</fieldset>
</td>
<td colspan="3" style="height: 99px">
</td>
</tr>
<tr>
<td colspan="5" rowspan="4" style="height: 22px">
</td>
</tr>
<tr>
</tr>
<tr>
</tr>
<tr>
</tr>
</table>
</div>
<strong><span style="font-size: 14pt; font-family: 宋体"></span></strong>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -