摘要: private void repositoryItemLookUpEdit1_Click(object sender, EventArgs e) { if (gridView1.ActiveEditor.EditValue.ToString()=="System.Object") { int selectRow = gridView1.GetSelectedRows()[0]; DataRow dr = dsSysusera.Tables[AaaTableName].Rows[selectRow]; string svalue = dr["module" 阅读全文
posted @ 2011-10-15 12:55 Yaoquan.Luo 阅读(306) 评论(0) 推荐(1)