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
UpdateMaterialName.aspx
Package: whpower2007-8-24.rar [view]
Upload User: tiancihang
Upload Date: 2014-03-12
Package Size: 21387k
Code Size: 3k
Category:
.net
Development Platform:
C#
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="UpdateMaterialName.aspx.cs" Inherits="Workflow_UpdateMaterialName" %>
- <!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>
- <link href ="../App_Themes/Normal/default.css" type ="text/css" />
- <style >
- span{font-size:9pt;}
- </style>
- </head>
- <body bgcolor="#f7f7f7" style="overflow-x: auto; overflow-y: auto;">
- <form id="form1" runat="server">
- <div>
- <table id="sonTable2" border =1 cellpadding =0 cellspacing =0 width =450 bordercolor ="#b0adad" align=center>
- <tr>
- <td background ="../Images/top_32.jpg" width =100% height =25 colspan =4>
- <span style="font-size: 10pt"><strong>废旧物资管理名称修改</strong></span></td>
- </tr>
- <tr>
- <td height =25 style="width: 15%; text-align: right">
- <span>原始名称:</span></td>
- <td height =25 colspan="3">
- <asp:Label ID="lblMatName" runat="server"></asp:Label></td>
- </tr>
- <tr>
- <td height =25 style="width: 15%; text-align: right">
- <span>更新名称</span>:</td>
- <td colspan="3" height="25" style="text-align: left">
- <asp:TextBox ID="TextBox1" runat="server" Width="100%"></asp:TextBox>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
- Display="Dynamic" ErrorMessage="请输入名称" ValidationGroup="SaveButton"></asp:RequiredFieldValidator></td>
- </tr>
- <tr>
- <td colspan="4" height="25" style="text-align: right">
- </td>
- </tr>
- <tr>
- <td colspan="4" height="25" style="text-align: center">
- <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/Images/queding.gif"
- OnClick="ImageButton1_Click" ValidationGroup="SaveButton" />
- <asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/Images/quxiao.gif" /></td>
- </tr>
- </table>
- </div>
- </form>
- </body>
- </html>