mivwejngzkflk
New Member
Is there any way to get the previous value of the dropdownlist? Is there any way to get the value and save it. The only event that I can see of use would be the selectedIndexChanged and by then the value has already changed. Any help would be appreciated.The previous value?? When the page loads you could record the selectedindex as a value in viewstate, then you could reference that value.