Torna al Thread

Protected Sub Btnconfermaversamento_Click(sender As Object, e As System.EventArgs) Handles Btnconfermaversamento.Click If data1.Text = "" Then lbavviso.Text = "Primo periodo della tassa non inserito" Dim avviso As String avviso = "<script type='text/javascript'>" & _ "$(function () {" & _ "$('#dialog-message').dialog({" & _ "modal: true," & _ "width:300," & _ "buttons: {" & _ "Uscita: function () {" & _ "$(this).dialog('close');" & _ "}" & _ "}" & _ "});" & _ "});" & _ "</script>" ClientScript.RegisterClientScriptBlock(Me.GetType(), "scriptKey", avviso, False) exit sub end if ......... End Sub
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5