Torna al Thread

protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { try { if (PreviousPage != null && PreviousPage.IsValid) { tipoCerca cerca = new tipoCerca(); cerca.Contratto = ((RadioButtonList)PreviousPage.FindControl("rblContratto")).SelectedValue; cerca.Regione = ((DropDownList)PreviousPage.FindControl("ddlRegione")).SelectedValue; } } catch (Exception ex) { } } Pagine(Elenco.Count); }
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5