Compare previous value of DropDownList on Postback
I have a drop down list in a form. Auto post back is set to true. I have an event handle for OnSelectedIndexChanged. When the user changes the value in the drop down box, I would like to be able to compare the selected value with the previously selected value.
I cannot figure out how to access the previously selected value.
Please help!
|