Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Event Handler not Firing
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
WebForms
Titre:
Event Handler not Firing
Divers
Thread ID:
00775939
Message ID:
00775939
Vues:
42
I have a DataGrid bound to a datasource and the Navigate event is not firing.
I have AllowNavigation = TRUE

I tested the click event which fires.
Private Sub myClick(ByVal sender As Object, ByVal e As System.EventArgs) Handles dgProjects.Click
        System.Diagnostics.Debugger.Break()
End Sub
This event does not.
Private Sub dgProjects_Navigate(ByVal sender As System.Object,_
 ByVal ne As System.Windows.Forms.NavigateEventArgs) Handles dgProjects.Navigate
        System.Diagnostics.Debugger.Break()
    End Sub
I thought this worked a few days ago when I first coded it.

Thanks for any sugs.

jim durkin
- jim durkin

"The universe is a big place, perhaps the biggest." Kurt Vonnegut
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform