Hi,
I have tried to change the image objects filename for a while now, and I am not able to do so successfully.
I use the following code in the buttons On Enter event:
pic="AutoPlay\Images\raketter.png";
Image.Load("productImage",pic);
I have a image object on the page called productImage
This is set to "AutoPlay\Images\blank.png" at default, meaning this is the image that apears when a user goes into the page.
Is the Image.Load function just loading, without displaying the image on the page, or is it not ment for that at all??
Confused.

)
