-
TOM BLOG
TOM 博客 源码简介 容易操作 喜欢的下载去吧
- 2022-05-23 09:19:26下载
- 积分:1
-
ADO.NET 2.0 series of courses to develop practice (1): Using ADO.NET 2.0 for dat...
ADO.NET 2.0开发实践系列课程(1):用ADO.NET 2.0进行数据库应用程序开发-ADO.NET 2.0 series of courses to develop practice (1): Using ADO.NET 2.0 for database application development
- 2022-01-26 16:08:37下载
- 积分:1
-
ASP.NET的开源项目
它是由开发的基于web的软件的源代码ASP.netC#通过网站管理代理机构。
- 2022-07-10 22:11:37下载
- 积分:1
-
RDLC_Print
打印本地报表没有预览
- 2022-04-25 12:15:20下载
- 积分: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
-
C++ for RS232(1)
To read the port without using the tools
C++ for RS232(1)
To read the port without using the tools
- 2023-05-10 07:00:02下载
- 积分:1
-
NET2005的皮肤文件,里面提供了64中皮肤文件供用户选择
NET2005的皮肤文件,里面提供了64中皮肤文件供用户选择-NETssk for net2005。it s contains sixforteen pifu
- 2022-11-08 10:25:04下载
- 积分:1
-
vb.net函数的求根及绘图
函数的自定义,函数求导,函数求根,绘图
- 2023-01-03 23:25:03下载
- 积分:1
-
ShopPrice
主要实现如下功能:
1.快速查询某件产品的进价、售价和供货单位。
2.快速查询供货商的的电话,以便打电话询问商品是否有货。
3.可以按照数据库各字段进行排序显示
DB下为Sql2005数据库,附加即可
注意:该系统需要Asp.netMVC框架支持(The main functions are as follows:
1 a fast query of the purchase price of the products, price and delivery unit.
2 quickly check the supplier s phone, in order to make a phone call to ask whether the goods are available.
3 can be sorted according to the field
DB under the Sql2005 , can be added to
Note: the system needs Asp.netMVC framework support)
- 2016-09-26 18:20:02下载
- 积分:1
-
UartDemo
VB.NET 串口工具 Serial Tools(Serial Tools Serial Tools VB.NET)
- 2010-07-08 16:23:07下载
- 积分:1