<2008年4月>
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910

昵称:Agan@CN
园龄:4年1个月
粉丝:6
关注:0

搜索

 
 

最新随笔

随笔档案(15)

积分与排名

  • 积分 - 51778
  • 排名 - 2047

最新评论

阅读排行榜

推荐排行榜

04 2008 档案
Draggable Div
摘要: 实现可拖动DIV层阅读全文
posted @ 2008-04-25 22:27 Agan@CN 阅读(660) | 评论 (3) 编辑
Css练习---Grid Table
摘要: CSS练习---Grid Table阅读全文
posted @ 2008-04-23 22:05 Agan@CN 阅读(3131) | 评论 (18) 编辑
css+div 布局(1)- css+div实现table布局
摘要: Css+div 实现table布局阅读全文
posted @ 2008-04-12 07:02 Agan@CN 阅读(14545) | 评论 (51) 编辑
C#操作excel
摘要: C#操作excel阅读全文
posted @ 2008-04-06 20:57 Agan@CN 阅读(1966) | 评论 (0) 编辑
DataGridView未绑定列排序问题
摘要: 不知道大家又没有碰到这样的问题,在一个DataGridView中,一些列是绑定到数据源,一些列是没有绑定的,当对绑定的列进行排序的时候,未绑定的列数据就丢失。代码如下privatevoidBindDataToGrid(){dataGridView1.AutoGenerateColumns=true;dataGridView1.DataSource=BuildTable();//setdatasou...阅读全文
posted @ 2008-04-04 00:31 Agan@CN 阅读(2909) | 评论 (9) 编辑