smalltype_manage.aspx
来自「具有一般blog的相册、文章、作品等功能程序结构也比较清晰采用三层结构开发(利用」· ASPX 代码 · 共 39 行
ASPX
39 行
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?