⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 depsrecord.aspx

📁 这是该书上的所有源代码,不错
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="DepsRecord.cs" AutoEventWireup="false" Inherits="Employee_Directory.DepsRecord" %>
<%@ Register TagPrefix="CC" TagName="Header" Src="Header.ascx" %>
<html>
  <head>
	<title>部门记录的更新</title>
	<meta name="CODE_LANGUAGE" Content="C#">
	<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></head>
  <body text="#000000" link="#000080" vlink="#000080" alink="#000080">

  <form method="post" runat="server">
<CC:Header id="Header" runat="server"/>
	<input type=hidden id=p_deps_dep_id runat=server />
	
<table><tr><td valign="top" >

<table  id="deps_holder" runat="Server" border="0" cellspacing="2" cellpadding="0">
	<tr><td colspan=2 align="center" bgcolor="#FFBB55"><font style="font-size: 12pt; color: #FFFFFF; font-family: Arial, Tahoma, Verdana, Helvetica; font-weight: bold"><asp:label id="depsForm_Title" runat="server">更新部门记录</asp:label></font><br>
	</td></tr>
	<tr><td colspan="2" >
	<asp:Label id=deps_ValidationSummary  runat="server" Visible="false"></asp:Label>

	<input type="Hidden" id="deps_dep_id" value="" runat="server">
</td></tr>
<tr>
	<td bgcolor="#FFDD00"><font style="font-size: 10pt; color: #000000; font-family: Arial, Tahoma, Verdana, Helvetica">部门名称</font></td>
    	<td >
        <asp:TextBox
	id=deps_name
 Columns=50 MaxLength=50
	runat="server"/>
&nbsp;</td>
	</tr>

    <tr><td align=right colspan=2 >

	<input type="button"
		id=deps_insert
		Value="新建"
		runat="server" >
	
	<input type="button"
		id=deps_update
		Value="更新"
		runat="server" >
	
	<input type="button"
		id=deps_delete
		Value="删除"
		runat="server" >
	
	<input type="button"
		id=deps_cancel
		Value="取消"
		runat="server" >
	
    </td></tr>

	</table>


</td>
    </tr></table>


<center><font face="Arial"><small>—— 欢迎访问<a href="http://localhost/ex46-50/default.aspx">职工信息查询网站</a></small></font></center>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -