-
一个简单博客源码,采用三层/多层模式开发,有文章添加、管理功能、用户注册和登录等,可以对博客文章进行评论
分页控件采用的是 AspnetPagerDB_51...
一个简单博客源码,采用三层/多层模式开发,有文章添加、管理功能、用户注册和登录等,可以对博客文章进行评论
分页控件采用的是 AspnetPagerDB_51aspx下为Sql2005数据库,附加即可
默认登陆帐号/密码:51aspx/51aspx该源码为 Aptech学生学习测试项目,由51aspx修正部分功能(数据库连接字符串直接从web.config中读取、分页控件优化配置取得正确的记录条数)
- 2022-04-23 06:54:55下载
- 积分:1
-
Implementation of this process at the user interface can display a bitmap pictur...
这个程序能够实现在用户界面显示一幅位图图片的功能-Implementation of this process at the user interface can display a bitmap picture of the function
- 2023-01-01 00:00:04下载
- 积分:1
-
Small, an online document management system that can share documents between mul...
小型的一个在线文件管理系统,可以在多用户之间共享文档。
其中的实现是用SQL Server2000来管理的。-Small, an online document management system that can share documents between multiple users. Realize which is to manage the SQL Server2000.
- 2022-11-07 17:55:03下载
- 积分:1
-
clearmemory
说明: clear memory vB.net management memory when play stream vdeo
- 2020-06-25 15:20:02下载
- 积分:1
-
C# .net写的16进制编辑器 C# .net写的16进制编辑器
C# .net写的16进制编辑器 C# .net写的16进制编辑器-C#. Net write 16 hex editor C#. Net write 16 hex editor
- 2022-07-06 16:58:55下载
- 积分:1
-
如何使用表格定位窗体控件(TableLayoutPanel控件的使用示例)
如何使用表格定位窗体控件(TableLayoutPanel控件的使用示例)-How to use the form positioning form controls (TableLayoutPanel controls the use of examples)
- 2022-02-25 10:28:41下载
- 积分:1
-
CSharpDotNet_invoke_VBDotnet_DLL
说明: C#.net中调用VB.net创建的DLL(using C#.net to invoke the dll created by vb.net)
- 2010-04-07 21:38:23下载
- 积分: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
-
CIE中各色域空间的转换,例如:XYZ到RGB,XYZ到Luv,RGB到XYZ,Lab到LHC,RGB到HSV,HSV到RGB...
CIE中各色域空间的转换,例如:XYZ到RGB,XYZ到Luv,RGB到XYZ,Lab到LHC,RGB到HSV,HSV到RGB-CIE were colored domain space conversion, for example : XYZ to RGB, XYZ to Luv, to XYZ RGB, Lab of the LHC, RGB to HSV, HSV to RGB, etc.
- 2022-02-21 17:33:34下载
- 积分:1