Gridview 隐藏列
摘要:
protected void GridView1_RowCreated(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow || e.Row.RowType == DataControlRowType.Header) { ... 阅读全文
posted @ 2008-10-21 14:21 lgzh 阅读(199) 评论(0) 推荐(0)
浙公网安备 33010602011771号