DataGrid中隐藏列

//在ItemDataBound事件中
e.Item.Cells[2].Attributes.Add("style","display:none");

posted on 2005-12-06 15:55  小肠与小豆子  阅读(164)  评论(0)    收藏  举报

导航