摘要:1.如果要想隐藏gridview中的列,又要去列中的值,用此GV.Columns[Y].Visible=false;方法是取不到值的。因为这样数据绑定不上。 解决方法:1.protected void GridView2_RowDataBound(object sender, GridViewRowEventArgs e) { e.Row.Cells[5].Style.Add(HtmlTextWr...
阅读全文
posted @ 2010-07-30 12:38
浙公网安备 33010602011771号