摘要:
编辑行: protected void gvCategoryList_RowEditing(object sender, GridViewEditEventArgs e) { gvCategoryList.EditIndex = e.NewEditIndex; gvAdminBind(); }取消编辑行: protected void gvCategoryList_RowCancelingEdit... 阅读全文
摘要:
在显视页: public void gvNewOBind() { int P_Int_returnValue = mcObj.IsExistsNI("Proc_GetNOI"); if (P_Int_returnValue == -100) { } else { SqlCommand myCmd = mcObj.GetNewICmd("Proc_GetNOI"); mcObj.gvBind(gv... 阅读全文