-
fnpi sdfnerpgt dsgeghtr位图
Bitmap fnpi sdfnerpgt dsgeghtr-Bitmap fnpi sdfnerpgt dsgeghtr
- 2023-09-02 14:05:04下载
- 积分:1
-
BBS-management-system
BBS管理系统 NET课程设计 包含完整代码及课程设计报告 适用于本科生完成课程设计作业、学习及交流 支持SQL Sever2008、Visual Studio2010以上版本(NET BBS management system contains the complete code for curriculum design and curriculum design report completed for undergraduate curriculum design work, study and exchange to support SQL Sever2008, Visual Studio2010 above)
- 2013-09-12 12:51:39下载
- 积分:1
-
WebNKIMath1
基于自然语言的QA,实现了数据库与源程序的分离。主要数据库是数学数据库。(Based on natural language QA, database and source code to achieve the separation. Main database is mathematical database.)
- 2011-09-09 07:58:18下载
- 积分:1
-
NET-developmen
.net开发程序,体检套餐窗口程序,只写了窗口,没有写源代码(NET development program, medical package window program, write only the window did not write the source code)
- 2013-03-25 20:38:51下载
- 积分:1
-
餐饮管理系统
餐饮点点,很好用的餐饮管理系统,不要忘记附加数据库啊
- 2022-01-28 10:56:33下载
- 积分:1
-
vc used in the preparation of pattern recognition classification procedure. Are...
用vc编写的模式识别分类程序。描述
- 2022-06-17 08:38:21下载
- 积分:1
-
20110716193957001 (1)
说明: 串口检测,实现串口数据的检测,对发送的数据进行读取(Serial Port Detection,Realize the detection of serial data and read the transmitted data)
- 2020-06-17 10:40:02下载
- 积分:1
-
06.ASP.NET.2.0.内部改进,跟我一起学Visual.Studio2005
06.ASP.NET.2.0.内部改进,跟我一起学Visual.Studio2005-06.ASP.NET.2.0. Internal improvements, with me learning Visual.Studio2005
- 2022-06-19 08:11:20下载
- 积分:1
-
SQLHelper
说明: C# 写的数据库帮助类,还可以使用,有兴趣的可以看看 。。。。。。(Database Helper!, You Can download it . I hope it can help you.)
- 2020-02-01 17:38:45下载
- 积分: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