?? addtelnum.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Addtelnum.aspx.cs" Inherits="Addtelnum" %>
<!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>無標題頁</title>
</head>
<body style="background-color: silver">
<form id="form1" runat="server">
<div style="background-color: silver">
<table border="1" cellpadding="0" cellspacing="0" algin="center" width= 400px>
<tr>
<td colspan=4 align="center">增加電話號碼</td>
</tr>
<tr>
<td style="width: 84px; height: 33px;">選擇公司:</td>
<td style="width: 174px; height: 33px;"><asp:DropDownList ID="DropDownList1" runat="server" Width="160px" AutoPostBack="True" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged" style="background-color: gainsboro"></asp:DropDownList></td>
<td style="height: 33px"></td>
<td style="width: 67px; height: 33px;"></td>
</tr>
<tr>
<td style="width: 84px; height: 29px;">選擇部門:</td>
<td style="width: 174px; height: 29px"><asp:DropDownList ID="DropDownList2" runat="server" Width="158px" style="background-color: gainsboro"></asp:DropDownList></td>
<td style="height: 29px"></td>
<td style="width: 67px; height: 29px;"></td>
</tr>
<tr>
<td style="width: 84px; height: 37px;">技術負責:</td>
<td style="width: 174px; height: 37px;"><asp:TextBox ID="TextBox1" runat="server" style="background-color: gainsboro"></asp:TextBox></td>
<td style="height: 37px"></td>
<td style="width: 67px; height: 37px;"></td>
</tr>
<tr>
<td style="width: 84px; height: 35px;">電話號碼:</td>
<td style="width: 174px; height: 35px;"><asp:TextBox ID="TextBox2" runat="server" style="background-color: gainsboro"></asp:TextBox></td>
<td style="height: 35px"></td>
<td style="width: 67px; height: 35px;"></td>
</tr>
<tr>
<td colspan=4 align="center" style="height: 17px"><asp:Button ID="btnok" runat="server" Text="確認" OnClick="btnok_Click" /><asp:Button ID="btncansel" runat="server" Text="取消" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -