📄 smalltype_manage.aspx
字号:
<%@ Page language="c#" Codebehind="smalltype_manage.aspx.cs" AutoEventWireup="false" validateRequest="false" Inherits="liuwei.admin.smalltype_manage" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>smalltype_manage</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="main.css" type="text/css" rel="stylesheet">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<h2>Add small type</h2>
<P></P>
<P>if you want set up a big type,please do it on your sql server,i'm lazy to write
so many code....:) </P>
<P>select a big type
<asp:DropDownList id="ddBigType" runat="server"></asp:DropDownList></P>
<P>small type name
<asp:TextBox id="tbSmallType" runat="server"></asp:TextBox></P>
<P>
<asp:Button id="Button1" runat="server" Text="Add it"></asp:Button></P>
<hr>
<h2>Remove&Modify small type</h2>
<P><FONT face="宋体">old type name</FONT>
<asp:DropDownList id="ddSmallType" runat="server"></asp:DropDownList><FONT face="宋体">
</FONT>
<asp:Button id="btnRemove" runat="server" Text="Remove it"></asp:Button></P>
<P><FONT face="宋体">set it include in this big type
<asp:DropDownList id="ddBigType1" runat="server"></asp:DropDownList> and
modify this name to </FONT>
<asp:TextBox id="tbNewTypeName" runat="server"></asp:TextBox></P>
<P>
<asp:Button id="btnModify" runat="server" Text="Modify it"></asp:Button><FONT face="宋体"></FONT></P>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -