摘要: 下面是GridColumnsEditor的实现代码:GridColumnsEditor.csusing System;using System.Collections.Generic;using System.ComponentModel.Design;using S... 阅读全文
posted @ 2014-10-29 17:47 _学而时习之 阅读(171) 评论(0) 推荐(0)
摘要: 我们先来实现Grid类,代码如下:Grid.csusing System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawi... 阅读全文
posted @ 2014-10-29 17:31 _学而时习之 阅读(159) 评论(0) 推荐(0)
摘要: 使用Asp.Net做Web开发时,系统提供的控件,有时难以达成所要的目的。这时,有多种方式可以解决,比如采用html+js的形式,在前端布局出所要的界面,然后再通过ajax等方式去获取数据,以达成目的。但这样做,很是费劲,特别是当布局出来的界面需要重用的时候,更加费劲... 阅读全文
posted @ 2014-10-29 17:12 _学而时习之 阅读(260) 评论(0) 推荐(0)