S
Stratum
It's an old question, and I apologize for raising it again.
I use ImageButton objects on my ASP.Net master page to navigate to
content pages. For each button, I have two images.
One image shows black print on a white background, and
the other image shows the same printing in white
on a red background to indicate the content page
which is presently loaded.
When I navigate between pages, I want the
images on the new content page and the old
content page to change. If I use a
button_click event handler in the master
page code-behind (C#), this effect unfortunately
does *not* occur. Apparently, the new content
page is being loaded before the button images
change, and the newly loaded page doesn't
know this.
Anyone know the solution? Seems I've had this
problem before and figured out the fix, but I
no longer have access to the source.
I use ImageButton objects on my ASP.Net master page to navigate to
content pages. For each button, I have two images.
One image shows black print on a white background, and
the other image shows the same printing in white
on a red background to indicate the content page
which is presently loaded.
When I navigate between pages, I want the
images on the new content page and the old
content page to change. If I use a
button_click event handler in the master
page code-behind (C#), this effect unfortunately
does *not* occur. Apparently, the new content
page is being loaded before the button images
change, and the newly loaded page doesn't
know this.
Anyone know the solution? Seems I've had this
problem before and figured out the fix, but I
no longer have access to the source.