1 Star 3 Fork 0

Admin/MyWebSms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
wordexcelimport.aspx 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
Ai鹿子 提交于 2022-04-24 10:09 . 01
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="wordexcelimport.aspx.cs" Inherits="wordexcelimport" %>
<!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>
<meta http-equiv="x-ua-compatible" content="ie=8" />
<link href="css/main.css" rel="stylesheet" type="text/css" />
</head>
<body style="background-color: #fff;">
<form id="form1" runat="server">
<table width="100%" id="filetable" style="border-collapse: collapse; margin-top: 5px;margin-left:5px;"
bordercolor="#eeeeee" cellspacing="0" bgcolor="#ffffff" border="0">
<tr>
<td height="30" valign="top" style="padding-top:3px;"><select id="classid" name="classid" runat="server" class="SlectClass" style="width: 100px;"></select>
<asp:RequiredFieldValidator ID="RequiredFieldValidator15" runat="server" ControlToValidate="classid" ErrorMessage="*" Display="Dynamic"></asp:RequiredFieldValidator></td>
<td valign="top" style="padding-top:3px;">
<asp:FileUpload runat="server" ID="btn_file" CssClass="FileClass" />
</td>
<td valign="top"><asp:Button runat="server" ID="btnload" Text="导入文件" CssClass="btn6" OnClick="btnload_Click" Height="26px" /></td>
</tr>
<tr>
<td colspan="3" style="line-height:22px;">
说明:<br />
1. 导入文件类型只能为xls格式文件,且文件内容格式必须符合要求规范。<br />2. 点击 <<a href="moban/常用短语模板文件.xls" target="_blank">下载模板文件</a>>。
</td>
</tr>
</table>
</form>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/huanghe_1_0/my-web-sms.git
git@gitee.com:huanghe_1_0/my-web-sms.git
huanghe_1_0
my-web-sms
MyWebSms
master

搜索帮助