当前位置:
首页
资源下载

搜索资源 - DataGridView query
搜索资源列表
-
0下载:
c# 下的增强datagridview,实现行拖动,内容检索,列头查询,列头排列,数据的导入导出-c# under the enhanced datagridview, to achieve line drag, content retrieval, query column header, column header arrangement, data import and export
-
-
0下载:
Visual C#2006与数据库。包括利用DataGridView控件显示数据库信息,数据库数据记录单,利用下拉列表框动态查询数据库信息,利用ListView控件导航数据库信息,带有数据库的会员登录系统等-Visual C# 2006 and the database. Including the use of DataGridView control to display database information, database data record sheets, use the d
-
-
0下载:
任务
1、实现航班查询功能
2、实现机票预订功能
训练的技能点
1、利用控件设计窗体
2、利用 ADO.NET 查询和操作数据库
3、利用 DataGridView 显示数据
-Task 1, to achieve flight search function 2, ticket booking capabilities to achieve the skills training points 1, 2, using the control design t
-
-
0下载:
利用DataGridView控件对服务器数据库进行访问,并显示查询的结果-The use of DataGridView control access to the server database, and displays the results of the query
-
-
0下载:
用到datagridview 做添加查询应用数据库SQL .已经在实际应用上-Used datagridview to do to add a query application database SQL in practical applications
-
-
0下载:
单击dataGridView中的内容将其添加到另一窗体的相应控件中,另有添加,删除,查询的功能代码-Click dataGridView in the content will be added to the corresponding controls of another form, otherwise add, delete, query function code
-
-
0下载:
本程序详细介绍了C#编程中与数据库连接的时候dataGridView的创建,查询,修改,删除等功能。-The program details the C# programming and database connections when dataGridView create, query, modify, delete, and other functions.
-
-
0下载:
一个C#使用函数设置条件的例子,查询操作列长度,不知道dataGridView用法的朋友,也可参看此例,使用函数设置条件的C#例子。C#初学者的参考实例,C#源码下载。-The a C# to use the example of of the function to set the conditions, query operation the the column length, do not know the the DataGridView usage a friend, but als
-
-
0下载:
c#数据库操作:使用dataGridView控件;对数据进行查询,删除的操作;
比较简单,适合初学者-c# database operation: use dataGridView controls for data query, delete operation relatively simple, suitable for beginners
-
-
0下载:
1. 基于VS2010 C# 的的Access数据库管理设计;
2. 数据集的创建;
3. .NET组件,dataGridview 控件的使用;
4. 数据库的插入、删除、查询操作设计。
-1 Based on the VS2010 C# Access database management design 2 Create data set using 3 .. NET components, dataGridview controls 4 into the databas
-
-
1下载:
C#.NET三方网格控件gridcontrol [datagridviev]应用例子,把DataGridView绑定的数据源转换成DataTable ,此控件对应微软datagridviev。使用方法说明:首先用gridcontrol 与DataSet绑定,然后操作gridcontrol 中的网格,保存后可实现对数据的增加,删除,插入,查询操作,gridcontrol与datagridview有一些地方不同。将数据放到datatable 中 datagridview 的数据源是datatable
-
-
0下载:
ce系统中内置的手写输入法,运用预wince,安装简单-源语言: 检测到中文目标语言: 英语翻译自动检测ABC阿拉伯语爱沙尼亚语保加利亚语波兰语DEFG丹麦语德语俄语法语芬兰语HIJKLMN韩语荷兰语捷克语罗马尼亚语OPQRST葡萄牙语日语瑞典语斯洛文尼亚语泰语UVWX文言文西班牙语希腊语匈牙利语YZ中文英语意大利语粤语中文繁体
ABC阿拉伯语爱沙尼亚语保加利亚语波兰语DEFG丹麦语德语俄语法语芬兰语HIJKLMN韩语荷兰语捷克语罗马尼亚语OPQRST葡萄牙语日语瑞典语斯洛文尼亚语泰语UVW
-
-
0下载:
1.继承DBClass类,类加DBClassAttribute特性,属性加DBColumnAttribute特性,可自动在连接的数据库上创建表结构(目前只实现了Sql Server,想要支持其他数据库,可稍作修改);可自动实现对该类的,查询DBClass.Select(),添加、更新、删除功能。
2.继承DBForm窗体类,继承IDataGridView,可简单实现在DataGridView控件中添加、删除、刷新数据。(1. DBClass class inheritance, class a
-