-
Online-calendar-notepad
在线日历记事本,使用.net自带控件,实现基本的按日历记事功能。(Online calendar notepad use. Net own control, to achieve the basic functions by calendar notes.)
- 2013-07-29 11:29:15下载
- 积分:1
-
VB2010.NET并口IO输入输出控制继电器程序
用VB.NET的开发的程序,用并口当IO控制继电器
- 2022-07-27 08:26:42下载
- 积分:1
-
一般处理程序+ajax
通过jquery的ajaxj技术调用后台数据,并返回到前台以及实现赋值
- 2022-08-20 10:40:29下载
- 积分:1
-
Create a Simple Download Manager.
Create a Simple Download Manager.
- 2022-08-25 12:08:53下载
- 积分:1
-
基于Accord.net的人脸识别与单帧视频捕获 C#项目示例
基于Accord.net的人脸识别与单帧视频捕获 C#项目示例视频捕获代码思路来源于Record video with Accord.net (AForge)
- 2022-06-03 19:08:57下载
- 积分:1
-
wikdow
Let the window run at different resolutions(Let the window run at resolutions)
- 2017-06-10 03:32:21下载
- 积分:1
-
VS 语言 做的商业网站系统
可让初学者参考
VS 语言 做的商业网站系统
可让初学者参考 -VS language to a commercial site system allows advanced users
- 2023-08-17 01:40:03下载
- 积分:1
-
.net平台下 梦网短信接口的DEMO,源码直接编译
.net平台下 梦网短信接口的DEMO,源码直接编译-. net platform Monternet message interface DEMO, source direct compiler
- 2022-03-06 02:37:52下载
- 积分:1
-
Smarty框架
Smart Framework 是一款轻量级 Java Web 开发框架,基于“核心 + 插件”的体系架构。
- 2023-03-28 09:05:03下载
- 积分: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