GridView实用技巧
摘要:
在GridView的RowDataBound事件中要取得某一列的数据,需要用下面的方法:protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { ... 阅读全文
posted @ 2006-08-18 18:10 Bruse 阅读(164) 评论(0) 推荐(0)
浙公网安备 33010602011771号