After I redid my my site I realised that the reason ( onselectedindexchanged ) was not working was becouse I was using ( jquery.selectbox-0.5.
js ) in my dropdownlist.
Once I removed this method -
Code:
<script src="../JavaScript/JQuery/jquery.selectbox-0.5.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#Themes').selectbox();
});
</script>
I have now been experimenting trying to find a way aound this but no luck so far.
Thanks