Torna al Thread

Protected Sub Page_Load(sender As Object, e As EventArgs) Handles Me.Load If (Not IsPostBack) Then PopolaUfficio() PopolaIncarico() bind() BindGrid() BindGridStorico() End If btnRinnovo.Attributes.Add("onclick", "javascript:window.open('Rinnovo_Contrattuale.aspx?ID=" & lblIDtext.Text & "&Decorrenza=" & txtDecorrenza.Text & "&Termine=" & txtTermine.Text & "', '', 'height=600,width=800')") End Sub Protected Sub btnRinnovo_btn_Click(sender As Object, e As EventArgs) Handles btnRinnovo.Click btnRinnovo.Attributes.Add("onclick", "javascript:window.open('Rinnovo_Contrattuale.aspx?ID=" & lblIDtext.Text & "&Decorrenza=" & txtDecorrenza.Text & "&Termine=" & txtTermine.Text & "', '', 'height=600,width=800')") End Sub
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5