摘要:
1.增加GridView的GVSelect_RowDataBound事件 protectedvoid GVSelect_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { //... 阅读全文
posted @ 2007-08-21 11:03
一路前行
阅读(873)
评论(0)
推荐(0)
摘要:
protected void grvReportList_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { int iAuditing = Convert.ToInt32(DataBinder.Eva... 阅读全文
posted @ 2007-08-21 10:51
一路前行
阅读(1301)
评论(0)
推荐(0)
浙公网安备 33010602011771号