📄 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 + -