Torna al Thread

Private Sub tuaTextBox_Validating(sender As Object, e As CancelEventArgs) Handles tuaTextBox.Validating If Not (tuaTextBox.Text.StartsWith("/") And tuaTextBox.Text.EndsWith("/")) Then e.Cancel = True End If End Sub
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5