⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 productimport.aspx

📁 易想商城系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/Admin/Masterpage/Page.Master" CodeBehind="ProductImport.aspx.cs" Inherits="YXShop.Web.Admin.Product.ProductImport" %>

<asp:Content ID="Content1" runat="server" ContentPlaceHolderID="head">

</asp:Content>
<asp:Content ID="Content2" runat="server" ContentPlaceHolderID="ContentPlaceTitle">商品批量导入(Excel文件选择) </asp:Content>
<asp:Content ID="ContentMain" runat="server" ContentPlaceHolderID="ContentPlaceHolderMain">
    <table width="100%" border="0" cellpadding="1" cellspacing="1" class="hy">
        <tr>
           <td width="20%">选择要导入的数据文件:</td>
           <td><input id="File1" type="file" runat="server" /></td>
        </tr>
        <tr>
           <td></td>
           <td><asp:Button ID="Button1" runat="server" Text="保 存" onclick="Button1_Click" /></td>
        </tr>
        <tr>
        <td colspan="2">
            <table border="0" cellpadding="2" cellspacing="1" class="border" width="100%">
                <tr class="tdbg">
                    <td colspan="2" style="HEIGHT: 80px">
                        <span style="FONT-WEIGHT: bold; COLOR: #ff7300">温馨提醒:</span>
                        <li>导入前先<a href="../Shop/Products.xls" 
                                style="COLOR: blue; TEXT-DECORATION: underline">点此下载模板文件</a>。 </li>
                        <li>模板文件中的红色字体为必填项,并注意字段上的批注! </li>
                        <li>由于批量导入操作比较占用资源,请不要上传过大的文件,建议在服务器访问人数少时进行! </li>
                    </td>
                </tr>
            </table>
            </td>
        </tr>
    </table>
        
        
</asp:Content>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -