-
中小型的完整的web网站源码,asp.net
适合初学者学习用,也适合初学者用于修改搭建自己的网站
- 2022-06-12 23:52:06下载
- 积分:1
-
The use of procedures to enter the decimal number to a number of other M
利用程序把输入的十进制的数转为其它进制的数。用ISO C++写的,在VC.NET中可以运行。采用递归算法。-The use of procedures to enter the decimal number to a number of other M-ary. With ISO C++ Written in VC.NET can be run. The use of recursive algorithm.
- 2022-04-17 17:49:05下载
- 积分: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
-
news
这是一个新闻发布系统的源代码,开发环境为c#(This is a press release the source code, development environment for c#)
- 2012-06-19 19:30:58下载
- 积分:1
-
VB实例源码,如有不妥之处请修改后通知再讨论一起来完善源码的上传....
VB实例源码,如有不妥之处请修改后通知再讨论一起来完善源码的上传.-Example VB source code, if the inadequacies of the revised notice, please discuss with one sound source upload.
- 2022-02-05 05:15:33下载
- 积分:1
-
WYXBO
vb net报表设计器 Vb Net report designer(Vb net report designer Vb Net report designe)
- 2018-12-03 15:22:17下载
- 积分:1
-
100个DOTNET源代码,非常实用,是初级教程
100个DOTNET源代码,非常实用,是初级教程-100 DOTNET source code, very useful, is the primary curriculum
- 2023-02-17 05:30:03下载
- 积分:1
-
爬虫
说明: 利用网站爬虫 抓取网络数据 这个是我在学习过程中用到的一个方法(Using Web Crawler to Grab Network Data)
- 2020-06-19 21:00:01下载
- 积分:1
-
asp.net set an online examination system, Rong graduation design, there is a nee...
asp.net定的一个在线考试系统,肜于毕业设计,有需要论文的请联系我-asp.net set an online examination system, Rong graduation design, there is a need papers please contact me
- 2022-03-31 15:20:43下载
- 积分:1
-
SIS
ASP.NET关于就业系统设计的源码,很详尽,注释清晰,容易学习(Employment System)
- 2013-11-10 21:05:57下载
- 积分:1