G
Guest
I've 2 frames. Frame 1 shows small pics. Frame 2 shows the clicked one from
Frame 1.
MY PROBLEM
The Function from Frame 1 behind a Imagebutton calls the showed one who is
placed in the Frame 2. It works fine but the picture is not changing until
I click to the refresh
public void changePicture(string MyPath)
{
Image1.ImageUrl = MyPath;
Session["MainImage"] = Image1.ImageUrl;
}
I mean, this whay to shows pictures I saw many times and it is really nice
for a
user, so I wish also to do it in my side. Maybe it is not done wish frames???
Tanks very much for reply
Greetings Patrick Marti
Frame 1.
MY PROBLEM
The Function from Frame 1 behind a Imagebutton calls the showed one who is
placed in the Frame 2. It works fine but the picture is not changing until
I click to the refresh
public void changePicture(string MyPath)
{
Image1.ImageUrl = MyPath;
Session["MainImage"] = Image1.ImageUrl;
}
I mean, this whay to shows pictures I saw many times and it is really nice
for a
user, so I wish also to do it in my side. Maybe it is not done wish frames???
Tanks very much for reply
Greetings Patrick Marti