ralphtrent
Programmer
Hello
I am trying to create a site where feilds are to be sent to user preferences. The values of some drop down's rely on the values of other drop downs. That part is working fine using autopostback, but when I populate a drop down based on a user preference I do so using the ddl.SelectedValue property. When I do this, I need the SelectedIndexChanged event of the drop down to fire, so the drop down below is populated corrected. how do I raise the Selected Index Event when setting the Value of the drop down?
Thanks
I am trying to create a site where feilds are to be sent to user preferences. The values of some drop down's rely on the values of other drop downs. That part is working fine using autopostback, but when I populate a drop down based on a user preference I do so using the ddl.SelectedValue property. When I do this, I need the SelectedIndexChanged event of the drop down to fire, so the drop down below is populated corrected. how do I raise the Selected Index Event when setting the Value of the drop down?
Thanks