Jacqui1811
Programmer
Hi there.
I am having problems with OnSelectedIndexChanged.
If fires if I manually change the selected item in the drop down but not when I select an item in the dropdown in the code behind.
I have checked and all the values are different, the drop down is not reloading when I have changed selection so isn't a postback issue.
I have AutoPostBack="True" and EnableViewState="true" set in the html as well.
The drop down is loaded only once on page load.
Does anyone have any ideas ?
Thanks
Jacqui.
I am having problems with OnSelectedIndexChanged.
If fires if I manually change the selected item in the drop down but not when I select an item in the dropdown in the code behind.
I have checked and all the values are different, the drop down is not reloading when I have changed selection so isn't a postback issue.
I have AutoPostBack="True" and EnableViewState="true" set in the html as well.
The drop down is loaded only once on page load.
Does anyone have any ideas ?
Thanks
Jacqui.