on which event you are trying to change the selected value. try to change the selected value or selected index on prerender event. i think,if you reset in page_load event, may be in combobox selected index changed event will reset to selected value. check it. try to reset at pre render event.
Main Topics
Browse All Topics





by: strickddPosted on 2009-10-05 at 07:11:05ID: 25495366
You need to add a javascript function that is called in the onchange event of the first combo box and sets the selected index of the second.