dropdownlist1_selectedindexchanged doesn't fire
I have a dropdown list on my page that holds a parameter for a Gridview.
I added:
Protected Sub dropdownlist1_selectedindexchanged (By Val....)
Gridview1.databind()
End Sub
But this never triggers on the page when I select different values. I did a bit of research and there was a note stating that if the "value" doesn't change...then it won't fire, so I thought I'd test to make sure the "values" were different (since I was populating with text)--and they are different values.
Why isn't the index changed event firing?
Thanks, in advance,
Rob
|