R
Rosanne
Is there a way to clear the SelectedIndex of a listbox when th
browser's back button is clicked?
I have a page that contains a server side list box with AutoPostBack
True. When the user clicks an item in the listbox, they are redirecte
to an information page based on their selection. On this informatio
page, if the user clicks the browser's back button they are taken bac
to the first page with the item in the listbox still highlighted.
Therefore, if they click anything else on that page that causes a pos
back, the SelectedIndexChanged event of the listbox is firing agai
taking them back to the information page. Is there anyway to clear th
SelectedIndex of this listbox when the browser's back button is clicked
Thanks in advance!!!
Rosann
browser's back button is clicked?
I have a page that contains a server side list box with AutoPostBack
True. When the user clicks an item in the listbox, they are redirecte
to an information page based on their selection. On this informatio
page, if the user clicks the browser's back button they are taken bac
to the first page with the item in the listbox still highlighted.
Therefore, if they click anything else on that page that causes a pos
back, the SelectedIndexChanged event of the listbox is firing agai
taking them back to the information page. Is there anyway to clear th
SelectedIndex of this listbox when the browser's back button is clicked
Thanks in advance!!!
Rosann