?? erjicanshu.aspx
字號(hào):
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="erjicanshu.aspx.cs" Inherits="erjicanshu" %>
<!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>無(wú)標(biāo)題頁(yè)</title>
</head>
<body style="background-color: silver">
<form id="form1" runat="server">
<asp:Panel ID="Panel1" runat="server" Height="106px" Width="516px">
<table border="1" cellpadding="0" cellspacing="0" style="width: 516px">
<tr>
<td colspan =4 align="center">
增加部門(mén)</td>
</tr>
<tr>
<td style="width: 83px">
選擇單位:</td>
<td style="width: 182px">
<asp:DropDownList ID="DropDownList1" runat="server" Style="background-color: gainsboro"
Width="162px" AutoPostBack="True" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged">
</asp:DropDownList></td>
<td style="width: 94px">
單位編號(hào):</td>
<td style="width: 46px">
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr>
<td style="height: 21px; width: 83px;">
部門(mén)名稱(chēng):</td>
<td style="height: 21px; width: 182px;">
<asp:TextBox ID="TextBox1" runat="server" Style="background-color: gainsboro" Width="156px"></asp:TextBox></td>
<td style="height: 21px; width: 94px;">
部門(mén)編號(hào):</td>
<td style="width: 46px; height: 21px">
<asp:Label ID="Label2" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr>
<td style="width: 83px">
</td>
<td style="width: 182px">
<asp:Button ID="Button1" runat="server" Text="保存" OnClick="Button1_Click" />
<asp:Button ID="Button2" runat="server" Text="取消" /></td>
<td style="width: 94px">
</td>
<td style="width: 46px">
</td>
</tr>
</table>
</asp:Panel>
</form>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -