摘要:
//给组织结构赋值 protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { int userRegisterID =... 阅读全文
posted @ 2008-01-13 20:47
Fernando
阅读(812)
评论(0)
推荐(0)