Grazie mille
Per la domanda 2
For Each ct As Control In Me.Controls
If TypeOf ct Is Button Then
Dim bt As Button = ct
Dim aa = bt.CommandName
Else
End If
Next
Non mi trova nessuno controllo button nella pagina, dove sbaglio?
Grazie mille
Per la domanda 2
For Each ct As Control In Me.Controls
If TypeOf ct Is Button Then
Dim bt As Button = ct
Dim aa = bt.CommandName
Else
End If
Next
Non mi trova nessuno controllo button nella pagina, dove sbaglio?