?? adminclass.aspx
字號:
<%@ Page language="c#" Codebehind="AdminClass.aspx.cs" AutoEventWireup="True" Inherits="_211.AdminClass" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<style>.myheight { HEIGHT: 30px }
TABLE { FONT-SIZE: 12px }
A:link { COLOR: #006699; TEXT-DECORATION: none }
A:visited { COLOR: #006699; TEXT-DECORATION: none }
A:hover { COLOR: #006699; TEXT-DECORATION: none }
A:active { COLOR: #006699; TEXT-DECORATION: none }
</style>
<LINK href="AdminCss.css" type="text/css" rel="stylesheet">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<table border="0" height='100%' width="600">
<tr>
<td width='200' valign="top" align="center">
<P><FONT face="宋體">大類:</FONT>
<asp:DropDownList id="c" runat="server" AutoPostBack="True" onselectedindexchanged="c_SelectedIndexChanged"></asp:DropDownList></P>
<P><FONT face="宋體">小類:</FONT>
<asp:DropDownList id="i" runat="server" AutoPostBack="True" onselectedindexchanged="i_SelectedIndexChanged"></asp:DropDownList></P>
<P><FONT face="宋體"></FONT></P>
<P><FONT face="宋體">
<asp:Button id="Button1" runat="server" Text=" 刪 除 小 類 " tabIndex="5" onclick="Button1_Click"></asp:Button></FONT></P>
</td>
<td align="left" valign="top">
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" height="40" valign="top">======添加小類:======</td>
</tr>
<tr>
<td height="40" width="60">名稱:</td>
<td>
<asp:TextBox id="i_add" runat="server" Width="288px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" height="40" align="center">
<asp:Button id="Button4" runat="server" Text=" 添 加 " tabIndex="2" onclick="Button4_Click"></asp:Button></td>
</tr>
</table>
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" height="40" valign="top">======修改大類:======</td>
</tr>
<tr>
<td height="40" width="60">名稱:</td>
<td>
<asp:TextBox id="c_modify" runat="server" Width="288px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" height="40" align="center">
<asp:Button id="Button5" runat="server" Text=" 修 改 " tabIndex="3" onclick="Button5_Click"></asp:Button></td>
</tr>
</table>
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" height="40" valign="top">======修改小類:======</td>
</tr>
<tr>
<td height="40" width="60">名稱:</td>
<td>
<asp:TextBox id="i_modify" runat="server" Width="288px"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" height="40" align="center">
<asp:Button id="Button6" runat="server" Text=" 修 改 " tabIndex="4" onclick="Button6_Click"></asp:Button></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -