spclass_change_list.aspx

来自「一个简单的聊天代码」· ASPX 代码 · 共 42 行

ASPX
42
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Spclass_change_list.aspx.cs" Inherits="admin_change_list" %>

<!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>
    <style type="text/css">
<!--
.style1 {font-size: 12px}
-->
    </style>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    <td><table width="61%"  border="1" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td align="center" bordercolor="#FFFFFF" bgcolor="#FFFFFF"><span class="style1">修改分类</span></td>
      </tr>
      <tr>
        <td height="200" align="center" valign="top"><table width="60%"  border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td><span class="style1">分类名:</span></td>
            <td height="30">
                <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>&nbsp;</td>
          </tr>
          <tr>
            <td>&nbsp;                </td>
            <td>
                <asp:Button ID="Button1" runat="server" Text="修改" OnClick="Button1_Click" />&nbsp;</td>
          </tr>
        </table></td>
      </tr>
    </table>
             
    s
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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