protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { try { OpcionesTipoMoldura(); UpdatePanel.Update(); gvCatalogo.DataSource = objCtrMoldura.ListaMolduras(); gvCatalogo.DataBind(); } catch (Exception ex) { _log.CustomWriteOnLog("GestionCatalogo", "Error = " + ex.Message + "Stac" + ex.StackTrace); throw; } } }