摘要:
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e){ if (e.Row.RowType == DataControlRowType.DataRow){ DataRowView drv = (DataRowView)e.Row.DataItem; if (drv.Row["Fetch_status"].ToString() == "已领") { LinkButton lbtn = e.Row.FindControl("... 阅读全文
posted @ 2012-08-30 14:49
心随风若
阅读(225)
评论(0)
推荐(0)

浙公网安备 33010602011771号