-
ch28
该案例是典型的学生信息管理系统管理,里面包括该系统的文档说明和系统源码(This case is typical of the student information management system management, which includes documentation of the system and the system source code)
- 2013-10-25 09:28:48下载
- 积分:1
-
快递管理系统
使用asp。net框架设计,有vs2010集成环境下用c#构建的快递管理系统
- 2022-02-25 22:57:47下载
- 积分:1
-
将模型对象发布到控制器中( ASP.NET MVC)
翻译 maninwest@Codeforge 作者:Saswat Mohanty@CodeProject
我们想在 HttpPost 时将视图中的模型对象列表发布到控制器中。很多开发员尝试通过数组获得数据列表。但是,有个简单的方法可以不用数组获取模型对象的列表。创建一个 ASP.NET MVC 4 应用程序。首先在解决方案的 Model 文件夹中创建两个模型类,例如 EmployeeModelClass.cs 和 DepartmentModelClass.cs 。
模型
public class EmployeeModelClass
{
public string Name { get; set; }
public string Address { get; set; }
public string Contact { get; set; }
public IEnumerable DeptList { get; set; }
}
public class DepartmentModelClass
{
public string DepartmentCode { get; set; }
public string DepartmentName { get; set; }
}
控制器
public class EmployeeController : Controller
{
//
// GET: /Employee/
public ActionResul
- 2022-07-02 06:59:27下载
- 积分:1
-
WuLiu
物流网站建设,含物流单号流水 货物流水 行程流水等模块(Logistics construction site, including the logistics flow of goods flowing stroke single number water and other modules)
- 2013-10-14 15:22:52下载
- 积分:1
-
你必须知道的.NET,
PDF格式,中文
你必须知道的.NET,
PDF格式,中文-You have to know. NET, PDF format, Chinese
- 2022-03-19 02:29:17下载
- 积分:1
-
WebS
Web站点架设。Package an Application for the Windows Web Application Gallery
(Package an Application for the Windows Web Application Gallery
)
- 2011-11-12 22:09:54下载
- 积分:1
-
正版思索者防伪系统多品牌版本
正版思索者防伪系统多品牌版本做防伪码系统 非常好用简单 支持二级目录安装 支持二次开发
- 2023-04-27 03:15:04下载
- 积分:1
-
MovieEX
说明: 一款简单的电影网站管理系统!三层架构开发,很适合新手学习!里面有完整的数据库文件,下载后只需配置好数据库即可!(A simple movie website management system! Three-tier architecture development, it is suitable for beginners to learn! Which has a complete database file, download only the database can be configured!)
- 2010-04-24 10:31:05下载
- 积分:1
-
entity-framework-learning-guide
Microsoft Entity Framework Learning Guide
- 2011-12-05 06:08:41下载
- 积分:1
-
合同管理系统(源码 设计文档)
长期以来,由于在合同管理中实行手工作业,合同审批流程不明确,存在各部门之间合同流转时间长而且特别容易出错等问题。合同管理系统就是针对当前的合同管理业务特点所定制的一套管理系统,该套系统本着进一步完善企业内部合同管理制度,规范合同管理机制的目的,更加及时、准确、全面地反映合同信息,辅助企业管理决策,从而实现该企业合同管理智能化,降低管理成本,提高内部管理水准,为企业决策层及时了解合同管理业务层的工作情况提供第一手资料。
- 2022-12-14 13:00:04下载
- 积分:1