R
Ren
I am creating a profile page which on load only has the images of each
person (as an ImageButton). When the user clicks on a picture, the
text of a hidden label is displayed with the text of that person's
profile.
I'm trying to get it so that when a picture is clicked, the page jumps
to a bookmark that points to the profile text. However, on postback,
it's just staying at the top of the page.
Is there anyway that this can be done? I still need it to be able to
dynamically display the text, which is why I have onClick events for
the buttons... yet go to a bookmark.
person (as an ImageButton). When the user clicks on a picture, the
text of a hidden label is displayed with the text of that person's
profile.
I'm trying to get it so that when a picture is clicked, the page jumps
to a bookmark that points to the profile text. However, on postback,
it's just staying at the top of the page.
Is there anyway that this can be done? I still need it to be able to
dynamically display the text, which is why I have onClick events for
the buttons... yet go to a bookmark.