Hello,
Is it possible to use a SelectedIndexCh anged event inside an IF THEN statement?
This is how I would like it to work:
When clicking this button, it calls LoadUpdateSpeak er(), then IF and only IF the SelectedIndex of cmbCompanySpeak er has changed, it will call LoadUpdateCompa nySpeaker().
Code:
Private Sub btnSpeakerEdit_Click(ByVal sender As System.Object, ByVal
Leave a comment: