- Code/Resource
- Windows Develop
- Linux-Unix program
- Internet-Socket-Network
- Web Server
- Browser Client
- Ftp Server
- Ftp Client
- Browser Plugins
- Proxy Server
- Email Server
- Email Client
- WEB Mail
- Firewall-Security
- Telnet Server
- Telnet Client
- ICQ-IM-Chat
- Search Engine
- Sniffer Package capture
- Remote Control
- xml-soap-webservice
- P2P
- WEB(ASP,PHP,...)
- TCP/IP Stack
- SNMP
- Grid Computing
- SilverLight
- DNS
- Cluster Service
- Network Security
- Communication-Mobile
- Game Program
- Editor
- Multimedia program
- Graph program
- Compiler program
- Compress-Decompress algrithms
- Crypt_Decrypt algrithms
- Mathimatics-Numerical algorithms
- MultiLanguage
- Disk/Storage
- Java Develop
- assembly language
- Applications
- Other systems
- Database system
- Embeded-SCM Develop
- FlashMX/Flex
- source in ebook
- Delphi VCL
- OS Develop
- MiddleWare
- MPI
- MacOS develop
- LabView
- ELanguage
- Software/Tools
- E-Books
- Artical/Document
MatCodeIn.aspx
Package: whpower2007-8-24.rar [view]
Upload User: tiancihang
Upload Date: 2014-03-12
Package Size: 21387k
Code Size: 4k
Category:
.net
Development Platform:
C#
- <%@ page language="C#" autoeventwireup="true" inherits="MatCode_MatCodeIn, App_Web_tiipho30" theme="Normal" %>
- <!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>EXCEL数据导入</title>
- <base target="_self" />
- </head>
- <body>
- <form id="form1" runat="server">
- <table align="center" border="2" bordercolor="#d7d9e5" cellpadding="0" cellspacing="2">
- <tr>
- <td background="../images/lbg-3.gif" height="19" style="width: 587px">
- <table border="0" cellpadding="0" cellspacing="0" height="15" width="99%">
- <tr>
- <td width="4%">
- <div align="left">
- <img height="15" src="../Images/dian.bmp" width="16" /></div>
- </td>
- <td width="45%">
- <p>数据导入</p>
- </td>
- <td width="51%">
- <div align="right">
- <img alt="帮助" height="16" src="../Images/help.jpg" width="16" /></div>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td height="295" valign="top" style="width: 587px">
- <p>
- </p>
- <table id="Table2" align="center" bgcolor="#808080" border="0" cellpadding="3" cellspacing="1"
- style="width: 441px; height: 96px" width="441">
- <tr>
- <td align="center" bgcolor="#ffffff" colspan="4" height="27" style="height: 27px">
- <strong><font color="#3333ff" size="2">
- <asp:Label ID="Label4" runat="server">EXCEL数据导入</asp:Label></font></strong></td>
- </tr>
- <tr>
- <td align="right" bgcolor="#cccccc" height="27" style="width: 107px; height: 27px; background-color: gainsboro;">
-
- <asp:Label ID="Label5" runat="server">选择源数据</asp:Label></td>
- <td bgcolor="#ffffff" colspan="3" style="height: 27px">
- <asp:FileUpload ID="ExcelFile" runat="server" Width="301px" /></td>
- </tr>
- <tr>
- <td align="right" bgcolor="#cccccc" style="width: 107px; height: 18px; background-color: gainsboro;" width="107">
-
- <asp:Label ID="Label6" runat="server">说 明</asp:Label></td>
- <td bgcolor="#ffffff" colspan="3" style="height: 18px; color: #ff0000;">
- 请选择正确格式的Excel文件,将有关信息导入本系统数据库。
- </td>
- </tr>
- <tr>
- <td align="center" bgcolor="#ffffff" colspan="4">
- <asp:ImageButton ID="daoru" runat="server" ImageUrl="~/Images/queding.gif" OnClick="daoru_Click" /> <asp:ImageButton
- ID="ImageButton1" runat="server" ImageUrl="~/Images/quxiao.gif" OnClientClick="javascript: if(confirm('确认离开此页面吗?')){window.close();}" />
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </form>
- </body>
- </html>