2010年12月31日

GridView动态添加列的两篇文章

摘要: 转自:http://blog.csdn.net/liang4571231/archive/2009/03/26/4025944.aspxpublic class MyTemplate:ITemplate{ private string strColumnName; private DataControlRowType dcrtColumnType; public MyTemplate(string strColumnName, DataControlRowType dcrtColumnType) { this.strColumnName = strColumnName; this.dcrtC 阅读全文

posted @ 2010-12-31 11:16 王培 阅读(279) 评论(0) 推荐(0)

导航