G
GaryDean
I have an UpdatePanel on one of my aspx pages with a ListBox, Image, and a
TextBox inside it. When an item is selected in the list box my codebehind
file displays a new picture in the image and new text in the TextBox. It
works wonderful in I.E. 6. No Postback - no extra code.
BUT... It does not work right in I.E. 7 (nor FireFox 2.0). The textbox
refreshes but the image does not refresh (however the aspect ratio of the
picture does change according to the newly selected picture.)
You can see this work with I.E.6 or fail with I.E.7 at
http://www.deanblakely.com/FamilyPhoto.aspx
What can be causing this failure in the I.E. 7 and FireFox 2.0 browsers?
TextBox inside it. When an item is selected in the list box my codebehind
file displays a new picture in the image and new text in the TextBox. It
works wonderful in I.E. 6. No Postback - no extra code.
BUT... It does not work right in I.E. 7 (nor FireFox 2.0). The textbox
refreshes but the image does not refresh (however the aspect ratio of the
picture does change according to the newly selected picture.)
You can see this work with I.E.6 or fail with I.E.7 at
http://www.deanblakely.com/FamilyPhoto.aspx
What can be causing this failure in the I.E. 7 and FireFox 2.0 browsers?