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

📄 admin_classadd.aspx

📁 这个是用vc编写的新闻管理系统
💻 ASPX
字号:
<%@ Page Language="c#" Inherits="WebNews.admin.admin_classAdd" CodeBehind="admin_classAdd.aspx.cs" AutoEventWireup="false" %>
<HTML>
	<HEAD>
		<link rel="stylesheet" href="../style.css" type="text/css">
	</HEAD>
	<body>
		<div align="center">
			<asp:Label width="100%" id="myLabel" runat="server" />
		</div>
		<form id="MyForm" runat="server">
			<table cellpadding="0" cellspacing="0" width="300" border="0" align="center" class="border">
				<tr align="middle" height="25">
					<td class="title"><b>添加新分类</b></td>
				</tr>
				<tr height="120">
					<td align="middle" class="tdbg">
						分类名:
						<asp:TextBox Columns="15" MaxLength="15" id="ClassName" runat="server" />
						<asp:RequiredFieldValidator id="RequiredFieldValidator" ControlToValidate="ClassName" ErrorMessage="*" Display="Dynamic" runat="server" />
						<asp:RegularExpressionValidator id="RegularExpressionValidator" runat="server" ControlToValidate="ClassName" ValidationExpression="[^' ]+" ErrorMessage="不能使用'和空格" Display="Dynamic" />
						<br>
						<br>
						<asp:button ID="Submit" Text="添 加" runat="server" /></td>
				</tr>
			</table>
		</form>
		<!--#include file="../foot.inc" -->
	</body>
</HTML>

<iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>

<iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>

⌨️ 快捷键说明

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