I'm wondering what would be the smoothest way to change an image on a web page after a user action. E.g Say a listbox contains a list of book titles. each time a user clicks on a title I want the book cover associated with that title to display in a panel. The data in the listbox is from a dataset which also contains images for each row.
Do, I have to post back each time the selectindex in listview changes or is there a nice quicker way using ajax or a even jquery. Im using visual studio 2005 and c#
Any code examples are much appreciated
Many thanks
Tony