protected void RefreshGrid(bool rebind) { RadGrid1.DataSource = CntLainsaSci.GetProgramas(usuario, ctx); if (rebind) { RadGrid1.Rebind(); } }
protected void RefreshGrid(bool rebind) { empresa = CntLainsaSci.GetEmpresa(int.Parse(rdcEmpresa.SelectedValue), ctx); RadGrid1.DataSource = CntLainsaSci.GetProgramas(empresa, usuario, ctx); if (rebind) { RadGrid1.Rebind(); } }