I have a web form with a combo box that lists reports.
I want to run a script when the SelectedIndexChanged event occurs.
This doesn't happen for some reason except when I click a button to go to the seelcted report.
Printable View
I have a web form with a combo box that lists reports.
I want to run a script when the SelectedIndexChanged event occurs.
This doesn't happen for some reason except when I click a button to go to the seelcted report.
set the autopostback property of your dropdownbox to True
Thanks that did it.