摘要:
if ( !ValidationUtil.IsEmpty(dgvD_CD.CurrentRow.Cells["dgvD_SHOKAKARI"].FormattedValue.ToString())) IsEmpty最好写在前面以免报异常 阅读全文
摘要:
C#DataTable与Grid的差别 DataGridViewRow Dr = this.dgvD_Haisya.SelectedRows[0];//选中一行string DA = Dr.Cells["ROWNUM"].Value.ToString();//将选中的一行的某一列传给定义的参数int 阅读全文
摘要:
前端: if (Consts.STR_ENTUPD_FLG_ENT.Equals(strEntUpdFlg)) { DataRow[] drArr = this.dtHaisyaData.Select("JIGYOUSYO_CD = '" + this.cmbS_JIGYOUSYO_CD.Selec 阅读全文
摘要:
private bool CheckInputOfEdit1() { // 開始ログを出力する GetLogger().LogMethodBegin("OS0304.CheckInputOfEdit"); //背景色設定 this.inputColorCheck(); foreach (DataGr 阅读全文