G
Guest
I have an ASP.NET page with a ListBox control on it. There are several items in the list created as ListItems then added. When the user clicks "next" to transfer to the next .aspx page a session variable holds the value of the ListItem selected. if the user clicks "back" the ListItem they had previously selected is displayed along with all the other items. If the user chooses a new item in the list and clicks "next" they get the original item displayed and not the new one! The session variable gets updated each time from the displayed items. I've checked the SelectedItemChanges event is firing, but inspecting the value of the selecteditem shows the old value not the new one! If I inspect the Request.Item for the control that is showing the correct value! Does anyone know if this is a bug or what I might be doing wrong?
Thanks
Damon
Thanks
Damon