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