摘要: 把asp:BoundField的Visible设置为false,肯定取不到值。两种方法:1。设置width=02。创建Row后立即隐藏。protected void GridView1_RowCreated(object sender, GridViewRowEventArgs e) { e.Row.Cells[0].Visible = false; e.Row.Cells[1].Visible ... 阅读全文
posted @ 2009-02-26 15:39 Leo Tin 阅读(2336) 评论(0) 推荐(0)