in my aspx page i have two dropdownlist boxes .i have retrieved values in first dropdownlist and when i click on the selected value it should go to the selected index change event of the firstdropdownlist box.
but in my code when i click on the first selected value it is not going to the selectedindexcanged event but for second and other values it is going to the selected indexchanged event.
after on clicking the second value if i click the first value it is going to the event but for the first time when iam clicking on the first value selectedindexchanged is not firing.