sitesq.aspx
来自「一个不错的源码,c#开发源码」· ASPX 代码 · 共 60 行
ASPX
60 行
<%@ Page language="c#" Codebehind="sitesq.aspx.cs" AutoEventWireup="false" Inherits="chunsky.manage.sitesq" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<title>sitesq</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="../style/chunsky.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body {
background-color: #E6E4DA;
}
-->
</style></head>
<body>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
<tr>
<td height="150"> </td>
</tr>
</table>
<br>
<form runat="server">
<table width="400" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#999999" class="ctbody">
<tr bgcolor="#CCCCCC">
<td colspan="2"><div align="center">网站建设服务申请</div></td>
</tr>
<tr>
<td width="40%" bgcolor="#FFFFFF">选择网站建设服务</td>
<td bgcolor="#FFFFFF"><asp:DropDownList ID="siteDownList" runat="server" CssClass="cttextboxt">
<asp:ListItem Value="st1">经济展示型套餐</asp:ListItem>
<asp:ListItem Value="st2">企业实用型套餐</asp:ListItem>
<asp:ListItem Value="st3">企业功能型套餐</asp:ListItem>
<asp:ListItem Value="st4">电子商务型套餐</asp:ListItem>
<asp:ListItem Value="st5">网上购物系统</asp:ListItem>
<asp:ListItem Value="st6">客户反馈系统</asp:ListItem>
<asp:ListItem Value="st7">产品发布及查询系统</asp:ListItem>
<asp:ListItem Value="st8">新闻动态管理发布系统</asp:ListItem>
<asp:ListItem Value="st9">自定义网站开发</asp:ListItem>
</asp:DropDownList></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">其他说明(少于200字)</td>
<td bgcolor="#FFFFFF"><asp:TextBox Height="80" ID="siteliuyan" MaxLength="400" runat="server" TextMode="MultiLine" Width="220" CssClass="cttextboxt" /></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">确定申请</td>
<td bgcolor="#FFFFFF"><asp:Button ID="Button" runat="server" Text="确定" /></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?