Go homepage(回首页)
Upload pictures (上传图片)
Write articles (发文字帖)

The author:(作者)归海一刀
published in(发表于) 2014/1/30 0:53:41
ASP.NET&Spring.NET&NHibernate最佳实践(六)——第3章人事子系统(3)_[Asp.Net教程]

ASP.NET&Spring.NET&NHibernate最佳实践(六)——第3章人事子系统(3)_[Asp.Net教程]

3.6. 人事子系统表示层(Web)
修改Depts.aspx



AutoGenerateColumns="False" Width="100%" AllowPaging="true" PageSize="10">


























部门代码






部门名称











SelectMethod="GetAllDepts" InsertMethod="CreateDept" UpdateMethod="UpdateDept"
DeleteMethod="DeleteDept">

修改Employees.aspx
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true"
CodeFile="Employees.aspx.cs" Inherits="Employees" %>








AutoGenerateColumns="False" Width="100%" AllowPaging="true" PageSize="10">


















DataSourceID="odsDepts" SelectedValue='<%# Bind("DeptID") %>'>
















工号






姓名






部门

DataSourceID="odsDepts" SelectedValue='<%# Bind("DeptID") %>'>










SelectMethod="GetAllEmployees" InsertMethod="CreateEmployee" UpdateMethod="UpdateEmployee"
DeleteMethod="DeleteEmployee">

SelectMethod="GetAllDepts">







If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)





QQ:154298438
QQ:417480759