天下無雙
阿龍 --质量是流程决定的。
摘要: public class GridViewEX:GridView { public delegate void BindEventHandler(); DataSet _ds; [Description("自定义的DataSet类型数据源"), Category("扩展")] public virtual DataSet DataSetSource { get { return _ds; } se... 阅读全文
posted @ 2009-06-24 14:43 阿龍 阅读(194) 评论(0) 推荐(0) 编辑