会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
西门吹雪
非我伤春春伤我,风一阵,雨一阵,好景不在哀残痕。 非我厌世世厌我,闲言来,碎语去,红颜憔悴心头冷。
博客园
首页
新随笔
联系
管理
订阅
2010年3月18日
gridview合并行
摘要: public void GroupRows(GridView p_GridView, int[] p_ColumnsIndex) { int _Count = p_GridView.Rows.Count; string[] _TempText = new string[p_ColumnsIndex.Length]; int[] _RowIndex = new int[p_ColumnsIndex....
阅读全文
posted @ 2010-03-18 11:47 西门吹雪
阅读(176)
评论(0)
推荐(0)
编辑