protected void CiasContab_DropDownList_SelectedIndexChanged(object sender, EventArgs e) { //if (CiasContab_DropDownList.SelectedIndex != -1) //{ // Presupuesto_Montos_LinqDataSource.WhereParameters["CiaContab"].DefaultValue = CiasContab_DropDownList.SelectedValue; // PresupuestoMontos_ListView.DataBind(); //} PresupuestoMontos_ListView.DataBind(); }
protected void CodigoCuentaPresupuesto_TextBox_TextChanged(object sender, EventArgs e) { PresupuestoMontos_ListView.DataBind(); }