?? addcategory.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AddCategory.aspx.cs" Inherits="Manager_AddCategory" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>無標(biāo)題頁</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table style="width: 453px; height: 289px">
<tr>
<td style="width: 125px">
</td>
<td style="color: black">
<b>論壇類別添加主界面</b></td>
</tr>
<tr>
<td style="width: 125px">
論壇名稱:</td>
<td>
<asp:TextBox ID="TextBox1" runat="server" Width="289px"></asp:TextBox>
*<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
ErrorMessage="論壇名稱不能為空"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="width: 125px">
論壇描述信息:</td>
<td>
<asp:TextBox ID="TextBox2" runat="server" Rows="8" TextMode="MultiLine" Width="296px"></asp:TextBox>
*<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox2"
ErrorMessage="論壇描述信息不能為空"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td style="width: 125px; height: 24px">
</td>
<td style="height: 24px">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="添加類別" Width="109px" /></td>
</tr>
<tr>
<td style="width: 125px; height: 24px">
</td>
<td style="height: 24px">
<asp:Literal ID="Literal1" runat="server"></asp:Literal></td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -