Hey peoples of the forums.
I am a little confused as to why my event handler is not fireing. I have a drop down list but the selected index event never fires. Does anyone know of problems with this or had it work for you?
my event handler is as follows.
Private Sub DropDownList1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DropDownList1.SelectedIndexChanged
code in here
End Sub
thanks for your help That'l do donkey, that'l do
Mark
I am a little confused as to why my event handler is not fireing. I have a drop down list but the selected index event never fires. Does anyone know of problems with this or had it work for you?
my event handler is as follows.
Private Sub DropDownList1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DropDownList1.SelectedIndexChanged
code in here
End Sub
thanks for your help That'l do donkey, that'l do
Mark