Listbox Selected values to be displayed on Submit
Hi,
I have a listbox with multiple values on a customised search screen. I select just one value from the listbox which is the last value after scrolling in the list. When I click Submit, the page refreshes, and also highlights the value which was selected on reload, but the listbox doesn't automatically scroll to it. Is there way in C# to do this, or I have to write some onLoad function in Javacript, so that I show what was selected on re-load?
Thanks,
Dominic.
|