⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 smalltype_manage.aspx

📁 具有一般blog的相册、文章、作品等功能程序结构也比较清晰采用三层结构开发(利用了SQLHelper.cs(源码))采用了UrlReWrite技术后台采用FTB(FreeTextBox)编辑器
💻 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....:)&nbsp;</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&amp;Modify small type</h2>
			<P><FONT face="宋体">old type name</FONT>
				<asp:DropDownList id="ddSmallType" runat="server"></asp:DropDownList><FONT face="宋体">&nbsp;&nbsp;
				</FONT>
				<asp:Button id="btnRemove" runat="server" Text="Remove it"></asp:Button></P>
			<P><FONT face="宋体">set&nbsp;it&nbsp;include in&nbsp;this big type
					<asp:DropDownList id="ddBigType1" runat="server"></asp:DropDownList>&nbsp;and 
					modify this name&nbsp;to&nbsp;</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 + -