E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
dataGridView
将
DataGridView
数据导出到Excel
/// <summary> /// 将
DataGridView
数据导出到Excel(当页) /// </summary>
net_liu
·
2010-06-25 15:00
工作
Excel
Microsoft
J#
Office
Datagridview
的排序和CellEndEdit事件问题处理
Datagridview
可为其每列设置排序属性SortMode,选项有NotSortable、Automatic、Programmatic,其中NotSortable为该列不可排序,Automatic为该列自动排序
isiqi
·
2010-06-22 18:00
datagridview
Datagridview
的排序和CellEndEdit事件问题处理
Datagridview
可为其每列设置排序属性SortMode,选项有NotSortable、Automatic、Programmatic,其中NotSortable为该列不可排序,Automatic为该列自动排序
chuangxin
·
2010-06-22 18:00
delete
实现
Datagridview
里checkbox的enabled效果
我们都知道,
Datagridview
控件里的checkbox是没有enabled事件的,但实际应用中我们有时会需要实现这种效果。怎么办呢?思想很简单,继承控件。
meiowei
·
2010-06-18 10:00
windows
.net
vb
VB.NET
GroupGridView:支持分组的
DataGridView
离上一次写blog已经有两年多了,惭愧惭愧。。。 前段时间开发一个记账软件记账本,需要一个类似于Outlook的邮件分组显示功能。网上找了好久也没有找到称心的,于是乎就自己动手做了一个,现在做一些简单的总结。此文章同时发布于我的独立blog:http://www.zitiger.com/这个新的控件我把他叫做GroupGridView,主要实现了下面两个功能:把所有数据进行分组显示在右侧显示每个组
zitiger
·
2010-06-14 00:00
Winforms:
DataGridView
的显示刷新问题
一、 问题描述如果把
DataGridView
拖拽出显示屏的可视区域,然后再拖动滚动条显示
DataGridView
,我们发现表格里的数据刷新有问题而不能正常显示。
cadcisdhht
·
2010-06-13 19:00
.net
object
properties
scroll
WinForms
C# WinForm 操作小结
//添加按钮列
dataGridView
1.Controls.Clear();
DataGridView
ButtonColumnbuttonColumn=new
DataGridView
ButtonColumn
furturerock
·
2010-06-11 14:00
DataGridView
添加行号
文章分类:.net编程自己在做WINFORM小玩意的时候需要在
datagridview
上显示行号,上网搜索一下,找到如下代码,不错,先记录下来了。
xfth2009
·
2010-06-04 22:00
编程
.net
WinForm
如何于
DataGridView
控件中以跨数据行方式显示数据
VisualC#2005-如何于
DataGridView
控件中以跨数据行方式显示数据收藏 图表1 一般来说,每一个字段的内容会单独显示于
DataGridView
控件的一个数据行中。
sdlcgxcqx
·
2010-05-31 21:00
sql
exception
server
object
null
express
dataset
DataGridView
绑定製作主從表
DataGridView
绑定製作主從表1.确保绑定到同一数据源的多个控件保持同步 bindingSource1.BindingComplete+= newBindingCompleteEventHandler
moon66sun
·
2010-05-27 12:00
WinForm代码收藏和演示
WinForm代码收藏和演示
DataGridView
WinForm中
DataGridView
控件的缺省复制功能按HTML格式存储到剪贴板,中文信息也许不会被其他程序识别为正确的编码格式,比如,在Word
isiqi
·
2010-05-26 13:00
html
Web
css
Excel
WinForm
老程序员学C# ------操作
DataGridView
控件详解
VisualStudio2008里面提供了一个很强大的数据显示控件------------
DataGridView
。
lanhai96
·
2010-05-25 00:00
让
dataGridView
中的复选框选中(winform)
1:通过列的值让
dataGridView
中的复选框选中一个简单而实用的方法:public void SelectNewAddedItem(string strItems)  
·
2010-05-19 11:00
datagridview
DataGridView
方法技巧总结
1、自定义列 CustomizeCellsandColumnsintheWindowsForms
DataGridView
ControlbyExtendingTheir BehaviorandAppearance
Jackey_Chen
·
2010-05-15 12:00
C#仿QQ皮肤—更新
DataGridView
的鼠标跟随效果
C#仿QQ皮肤-实现原理系列文章导航 http://www.cnblogs.com/sufei/archive/2010/03/10/1682847.html 我们先来看看更新后的效果吧 其实方法很简单我们只要重写一下几个事件就
sufei1013
·
2010-05-12 21:00
exception
工作
qq
C#
email
2010
C#仿QQ皮肤—更新
DataGridView
的鼠标跟随效果
C#仿QQ皮肤-实现原理系列文章导航http://www.cnblogs.com/sufei/archive/2010/03/10/1682847.html我们先来看看更新后的效果吧其实方法很简单我们只要重写一下几个事件就行了,首先是OnCellMouseEnter事件,这个事件的做用只有一个就是保存当前的行背景色,我们都知道我们鼠标移到上方时要改变颜色,那移过后是不是还原呢,不然就成了染布了,呵
txf2004
·
2010-05-12 21:00
datagridview
winform将
DataGridView
导出Excel
public void Export
DataGridView
ToExcel(
DataGridView
dataGridview
1) { SaveFileDialog
hrd888888
·
2010-05-11 15:00
C++
c
Excel
J#
WinForm
打印
dataGridView
中的数据
//执行打印窗体中的数据操作 private void toolStripButton2_Click(object sender, EventArgs e){ printDialog1.ShowDialog(); //设置打印文档printPreviewDialog1.Document = this.printDocument1;printPreviewDialog1.ShowDialog()
isiqi
·
2010-05-09 12:00
C++
c
C#
J#
asp.net (c#)控件大全
DataGridView
控件
DataGridView
控件提供用来显示数据的可自定义表。使用
DataGridView
类,可以自定义单元格、行、列和边框。
baozhongchao
·
2010-05-07 16:00
DataGridView
导出EXCEL
''''''导出到Excel''''''
DataGridView
'''数字转换为字符串的列序号'''列标题粗体'''自动调整列宽(生成Excel速度减慢)'''362*15286,151(自动调整列宽
forrest23
·
2010-05-07 09:00
Excel
Integer
each
DataGridView
的分页显示
最近做了一个
DataGridView
的分页显示Demo。也是看见网络上很多人询问关于
DataGridView
如何做分页。
qwlovedzm
·
2010-05-04 22:00
C#写的Excel文件导入到
Datagridview
,
Datagridview
导入Excel
class ExcelCtrl { #region 将
DataGridView
控件中数据导出到Excel /// <summary> /// 将
DataGridView
控件中数据导出到Excel
isiqi
·
2010-05-02 12:00
C++
c
C#
Excel
Office
如何在ASP.NET中合并
DataGridView
的列标题(摘转)
如何在ASP.NET中合并
DataGridView
的列标题,实现如下的效果图: protected void GridView1_RowCreated(object sender, GridViewRowEventArgs
阿捷
·
2010-04-29 20:00
DataGridView
数据导入到excel(C#)
Excel.Applicationapp=newExcel.Application();app.Visible=false;Excel.Workbookwb=app.Workbooks.Add(true);Excel.Worksheetws=(Excel.Worksheet)wb.Worksheets.Add(Type.Missing,Type.Missing,Type.Missing,Type.
firetaker
·
2010-04-21 10:00
WinForm
DataGridView
显示行号
privatevoid
dataGridView
1_RowPostPaint(objectsender,
DataGridView
RowPostPaintEventArgse){Rectanglerectangle
firetaker
·
2010-04-20 13:00
object
WinForm
winform打开Excel读取数据并显示到
datagridview
中
//////选择相应的Excel文件/////////privatevoidbtn1_Click(objectsender,EventArgse){try{//获取Excel文件路径和名称OpenFileDialogodXls=newOpenFileDialog();//指定相应的打开文档的目录odXls.InitialDirectory="C://";//设置文件格式odXls.Filter="
firetaker
·
2010-04-20 12:00
exception
properties
String
Excel
null
WinForm
Winfrom实现
datagridview
拖拽至TextBox(C#)
usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespaceGragG2T{publi
firetaker
·
2010-04-20 11:00
sql
object
String
C#
textbox
dataset
BindingSource实现
DataGridview
与TextBox动态显示(绑定WinForm)
首先取得数据库中的数据如:DataSet例如:DataSetds=newDataSet("HAHA"); 其次:声明
datagridview
的列属性xGrid1.AutoGenerateColumns=
firetaker
·
2010-04-19 10:00
数据库
WinForm
textbox
dataset
C# winform编程 Q&A
1.Q:c#winform
DataGridView
编辑固定查询了列名,但是数据显示到了另外的列里解决办法?
zhuzhuaipps
·
2010-04-17 21:00
DatagridView
中实现Enter键类似Tab功能
1:重写打
datagridview
的ProcessCmdKey事件 代码如下:protectedoverrideboolProcessCmdKey(refMessagemsg,KeyskeyData){
firetaker
·
2010-04-16 15:00
object
UP
AutoGenerateColumns的使用属性介绍
AutoGenerateColumns时
datagridview
中不在属性面板中显示设置的一个属性,就是说只能在后台显示的调用设置。
firetaker
·
2010-04-16 15:00
winform中设置奇数和偶数行的背景色交替显示
//设置表格背景色
DataGridView
1.RowsDefaultCellStyle.BackColor=Color.Yellow//设置交替行的背景色
DataGridView
1.AlternatingRowsDefaultCellStyle.BackColor
firetaker
·
2010-04-16 14:00
WinForm
DataGridView
添加行号
自己在做WINFORM小玩意的时候需要在
datagridview
上显示行号,上网搜索一下,找到如下代码,不错,先记录下来了。
niunan
·
2010-04-08 17:00
WinForm
DataGridView
添加行号
自己在做WINFORM小玩意的时候需要在
datagridview
上显示行号,上网搜索一下,找到如下代码,不错,先记录下来了。
niunan
·
2010-04-08 17:00
WinForm
DataGridView
添加行号
自己在做WINFORM小玩意的时候需要在
datagridview
上显示行号,上网搜索一下,找到如下代码,不错,先记录下来了。
niunan
·
2010-04-08 17:00
WinForm
C# WinForm 实现增删改查等功能(Access版) 系列之四
实现增删改查等功能(Access版)系列之四删除一条记录模块设计与实现/// ///删除数据库中的一记录 /// /// publicbooldelet
DataGridView
OneLine
dingdangxiaoma
·
2010-04-01 18:00
exception
object
String
C#
Access
WinForm
C# WinForm 实现增删改查等功能(Access版) 系列之三
C#WinForm实现增删改查等功能(Access版)系列之三更新一条记录模块设计与实现设计:点击更新按钮弹出一个窗体(在这里是对
dataGridView
的一个双击事件),在窗体的文本框中填充数据,点击更新按钮
dingdangxiaoma
·
2010-04-01 18:00
String
object
C#
Access
email
WinForm
C# WinForm 实现增删改查等功能(Access版) 系列之一
C#WinForm实现增删改查等功能(Access版) 系列之一用
dataGridView
控件,显示ResumeTest表中的数据用Access新建一个表MResume,人事管理表ID姓名性别出生日期工作年限证件类型证件号居住地
dingdangxiaoma
·
2010-04-01 18:00
exception
数据库
C#
Access
WinForm
dataset
由
datagridview
控件向 Microsoft Excel 表格中导出
2008-10-2522:55适于VB.net2008用的由
datagridview
控件向MicrosoftExcel表格中导出的实例源代码。
sundenskyqq
·
2010-04-01 12:00
exception
function
Microsoft
Excel
Office
VB.NET
将
datagridview
导出到excel
usingSystem.IO; /// ///另存新档按钮 /// privatevoidSaveAs()//另存新档按钮 导出成Excel { SaveFileDialogsaveFileDialog=newSaveFileDialog(); saveFileDialog.Filt
hugengyong
·
2010-03-31 15:00
DatagridView
添加与删除行
下文转自:http://my.dajiaozi.com/net/60--rows-cannot-be-programmatically-added-to-the-
datagridview
s-rows.html
h2appy
·
2010-03-31 12:16
LINQ
行
控件
datagridview
休闲
DatagridView
添加与删除行
下文转自:http://my.dajiaozi.com/net/60--rows-cannot-be-programmatically-added-to-the-
datagridview
s-rows.html
h2appy
·
2010-03-31 12:16
LINQ
行
控件
datagridview
休闲
DataGridView
滚动慢的解决方法
转自:http://bitmatic.com/c/fixing-a-slow-scrolling-
datagridview
当
DataGridView
达到一定大小的时候,拖动滚动条就会非常慢,出现让人难以忍受的闪动
h2appy
·
2010-03-29 14:24
问题
休闲
滚动条
开发
DataGridView
滚动慢的解决方法
转自:http://bitmatic.com/c/fixing-a-slow-scrolling-
datagridview
当
DataGridView
达到一定大小的时候,拖动滚动条就会非常慢,出现让人难以忍受的闪动
h2appy
·
2010-03-29 14:24
问题
滚动条
datagridview
休闲
双缓冲
DataGridView
滚动慢的解决方法
转自:http://bitmatic.com/c/fixing-a-slow-scrolling-
datagridview
当
DataGridView
达到一定大小的时候,拖动滚动条就会非常慢,出现让人难以忍受的闪动
h2appy
·
2010-03-29 14:24
问题
滚动条
datagridview
休闲
双缓冲
关于
DataGridView
的索引
是一个WinForm程序,在
DataGridView
绑定控件后,选择一行,进行操作,代码如下:数据绑定代码:SqlDataAdapterda=newSqlDataAdapter("select idfromshuji
桂素伟
·
2010-03-29 10:47
索引
职场
datagridview
休闲
关于
DataGridView
的索引
是一个WinForm程序,在
DataGridView
绑定控件后,选择一行,进行操作,代码如下:数据绑定代码:SqlDataAdapterda=newSqlDataAdapter("selectidfromshuji
桂素伟
·
2010-03-29 10:47
职场
索引
休闲
.Net基础知识
关于
DataGridView
的索引
是一个WinForm程序,在
DataGridView
绑定控件后,选择一行,进行操作,代码如下:数据绑定代码:SqlDataAdapterda=newSqlDataAdapter("select idfromshuji
桂素伟
·
2010-03-29 10:47
索引
职场
datagridview
休闲
关于
DataGridView
的索引
是一个WinForm程序,在
DataGridView
绑定控件后,选择一行,进行操作,代码如下:数据绑定代码:SqlDataAdapterda=newSqlDataAdapter("select idfromshuji
桂素伟
·
2010-03-29 10:00
关于
DataGridView
的索引
是一个WinForm程序,在
DataGridView
绑定控件后,选择一行,进行操作,代码如下:数据绑定代码:SqlDataAdapterda=newSqlDataAdapter("selectidfromshuji
老桂博客
·
2010-03-29 10:00
上一页
69
70
71
72
73
74
75
76
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他