UpdateMaterialName.aspx
上传用户:tiancihang
上传日期:2014-03-12
资源大小:21387k
文件大小:3k
源码类别:

.net编程

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="UpdateMaterialName.aspx.cs" Inherits="Workflow_UpdateMaterialName" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>名称修改</title>
  6.     <link href ="../App_Themes/Normal/default.css" type ="text/css" />
  7.     <style >
  8.        span{font-size:9pt;}
  9.     </style>
  10. </head>
  11. <body bgcolor="#f7f7f7" style="overflow-x: auto; overflow-y: auto;">
  12.     <form id="form1" runat="server">
  13.     <div>
  14.         <table id="sonTable2" border =1 cellpadding =0 cellspacing =0 width =450 bordercolor ="#b0adad" align=center>
  15.                             <tr>
  16.                                 <td background ="../Images/top_32.jpg" width =100% height =25 colspan =4>
  17.                                     <span style="font-size: 10pt"><strong>废旧物资管理名称修改</strong></span></td>
  18.                             </tr>
  19.                             <tr>
  20.                                 <td height =25 style="width: 15%; text-align: right">
  21.                                     <span>原始名称:</span></td>
  22.                                 <td height =25 colspan="3">
  23.                                     <asp:Label ID="lblMatName" runat="server"></asp:Label></td>
  24.                             </tr>
  25.                              <tr>
  26.                                 <td height =25 style="width: 15%; text-align: right">
  27.                                     <span>更新名称</span>:</td>
  28.                                  <td colspan="3" height="25" style="text-align: left">
  29.                                      <asp:TextBox ID="TextBox1" runat="server" Width="100%"></asp:TextBox>
  30.                                      <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
  31.                                          Display="Dynamic" ErrorMessage="请输入名称" ValidationGroup="SaveButton"></asp:RequiredFieldValidator></td>
  32.                             </tr>
  33.             <tr>
  34.                 <td colspan="4" height="25" style="text-align: right">
  35.                 </td>
  36.             </tr>
  37.             <tr>
  38.                 <td colspan="4" height="25" style="text-align: center">
  39.                     <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/Images/queding.gif"
  40.                         OnClick="ImageButton1_Click" ValidationGroup="SaveButton" />
  41.                     <asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/Images/quxiao.gif" /></td>
  42.             </tr>
  43.                         </table>
  44.     </div>
  45.     </form>
  46. </body>
  47. </html>