Torna al Thread

If txt_Inserimenti.Text = "" Then RequiredFieldValidator1.IsValid = False txt_Inserimenti.Focus() Return End If If Page.IsValid = True Then If opt_Italia.Checked = True Then If Val(hf_Comune.Value) = 0 Or Val(hf_Regione.Value) = 0 Or Val(hf_Provincia.Value) = 0 Then Exit Sub End If Else If Val(hf_Stato.Value) = 0 Then Exit Sub End If End If Call InserisciRighe(txt_Inserimenti.Text, txt_Arrivo.Text) End If
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5