Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Event Handler not Firing
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
WebForms
Title:
Event Handler not Firing
Miscellaneous
Thread ID:
00775939
Message ID:
00775939
Views:
44
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
Next
Reply
Map
View

Click here to load this message in the networking platform