摘要: http://www.diybl.com/course/4_webprogram/asp.net/asp_netshl/2008430/112166.html 想实现这样的功能吗?在程序运行中使GridView动态生成列,而并不是将列固定写死在GridView上写个绑定GrideView的方法 /**//// <summary> /// 绑定生成GridView /// </su... 阅读全文
posted @ 2009-09-11 19:57 chaobj 阅读(1349) 评论(2) 推荐(0) 编辑
摘要: C# codepublic partial class ManagementSystem_Default : System.Web.UI.Page{ protected void Page_Load(object sender, EventArgs e) { GridView1.DataSource = BuildGridViewDataSource(); GridView1.DataBind()... 阅读全文
posted @ 2009-09-11 19:40 chaobj 阅读(312) 评论(0) 推荐(0) 编辑