Why SelectedIndexChanged doesn't fire ?
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, can anyone tell me why this event doesn't fire? Protected Sub cb_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cb.SelectedIndexChanged 'do somehting End Sub Thanks, Martin
-
Hi, can anyone tell me why this event doesn't fire? Protected Sub cb_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cb.SelectedIndexChanged 'do somehting End Sub Thanks, Martin
you have to need autopostback = true Alpesh Dhanesha
alpesh dhanesha