private void Llenar_GRILLA() { DB_EXT_Reportes rep = new DB_EXT_Reportes(); GVPRodDep.DataSource = rep.DB_Desplegar_REGIONALES_NOMBRE(LblCamp.Text); GVPRodDep.DataBind(); }
private void Llenar_GRILLA() { DB_EXT_Reportes rep = new DB_EXT_Reportes(); GVPRodDep.DataSource = rep.DB_Obtener_SUPERFICIE_INS_APO(Convert.ToInt32(DDLCamp.SelectedValue), Convert.ToInt32(DDLRegional.SelectedValue), 0, 0, DDLProg.SelectedValue, "MUNICIOPIO_ORG"); GVPRodDep.DataBind(); }
private void Llenar_GRILLA() { DB_EXT_Reportes rep = new DB_EXT_Reportes(); GVPRodDep.DataSource = rep.DB_Obtener_SUPERFICIE_INS_APO(Convert.ToInt32(LblIdCamp.Text), Convert.ToInt32(LblIdReg.Text), 0, 0, LblPrograma.Text, "MUNICIOPIO_ORG"); GVPRodDep.DataBind(); }