-
kindeditor
富文本编辑器,可用于wpf应用程序,用webbrowser加载(Rich Text Editor)
- 2013-04-18 14:54:27下载
- 积分:1
-
ASP.NET在线考试系统,3层,1层都有,比较详细,可用
ASP.NET在线考试系统,3层,1层都有,比较详细,可用-ASP.NET online examination system, 3 layer, a layer has a relatively detailed, can be used
- 2023-05-21 00:25:03下载
- 积分:1
-
C#语言编写,实现关机,重启,注销计算机。用VS2005编写的。很好用...
C#语言编写,实现关机,重启,注销计算机。用VS2005编写的。很好用-C# language to achieve shutdown, restart, log off the computer. Written with VS2005. Good use
- 2023-01-11 04:45:04下载
- 积分:1
-
xeqq28
- 2018-07-07 13:34:03下载
- 积分:1
-
KeelKit 是一款强大的开源ORM工具,根据数据库结构自动生成.Net程序的普通Model、能与C(嵌入式Linux下GCC上能编译通过)等其他语言交互的M...
KeelKit 是一款强大的开源ORM工具,根据数据库结构自动生成.Net程序的普通Model、能与C(嵌入式Linux下GCC上能编译通过)等其他语言交互的Model、自动UI生成 查询类型化器、强劲的泛型DBHelper、支持多数据库、自动根据您的项目语言类型生成对应Model、自动生成页面和窗体代码、多种数据封送方式!针对VS的编程辅助等。-KeelKit an ORM tools, automatic generation Model, automatic generation of form, automatically generate unit test framework ,for automatic generation of language exchange with other Model, using the T DBHelper, strongly typed query!No language and database boundaries!
- 2022-01-27 21:07:55下载
- 积分:1
-
Code Branch for .NET 2.0 porting.
Code Branch for .NET 2.0 porting.
- 2023-08-18 03:45:04下载
- 积分:1
-
Visual-Basic.NET
Visual Basic.NET控件时尚编程百例(Visual Basic.NET)
- 2015-05-26 16:53:49下载
- 积分:1
-
ASP-Online-Examination-System
简单实用的ASP在线考试程序,可以用于企事业单位的培训考核,班级学生小测验等。(Very easy to use ASP online testing program, can be used for the training and examination of the enterprises and institutions, students in class quiz)
- 2012-12-04 15:38:59下载
- 积分:1
-
err
Asp.net航班查询系统源码
在这个项目案例里,你要用ASP.NET开发航班查询的系统,用户输入出发城市、到达城市、和起止日期,能查询出这段时间内从出发城市到到达城市的所有航班,每个航班有什么仓位以及各个仓位的价格和剩余票数等信息。
本案例实现了一个航班查询系统
巩固了
ASP.NET程序的建立
Web控件的使用
在C#中使用XML Schema
使用ASP.NET验证控件
使用DataGrid的模板列
ADO.NET的使用
数据库中建立存储过程并在C#中调用存储过程
在C#中使用客户端Javascript
安装步骤
a)使用sql server2000附加数据库功能添加一个数据库,数据库文件在DB_51aspx目录中
b)程序默认sql server2000登陆用户密码均为sa,如果需要调整,打开web.config文件,找到appSettings配置节,修改ConnectionString健的value值-err
- 2022-03-24 00:53:24下载
- 积分:1
-
Pivot 枢轴网格- Asp.Net MVC
翻译 maninwest@Codeforge 作者:Anurag Gandhi@CodeProject一个具有 pivot 选项的 Asp.Net MVC 的网格/报告控件。使用代码需要添加到 ReportControl 集的引用,之后就可以直接使用代码,如下所示:@Model.ReportWithPivot("", "ShopName", "SellingPrice", AggregateFunction.Sum, "ItemType", "ItemName")请注意你的模型应该是 IEnumerable 或者仅从 IEnumerable 衍生而来。如何工作ReportWithPivot 是 IEnumerable 对象的延伸方法,使用 RowField, DataField, Aggregate 函数和 ColumnFields 作为参数并返回一个 HTML 表,其中数据根据指定参数进行枢轴定位。public static HtmlString ReportWithPivot(this IEnumerable source, string cssClass, string rowField, string dataField, AggregateFunction aggregate, params string[] columnFields) where T
- 2022-12-29 09:05:04下载
- 积分:1