I am creating a hyperlink with a dynamic image NavigateUrl like HyperLinkImage1.NavigateUrl = "~/Images/" + EmplyoeeID + "PhotoID.jpg".
Is there a way to add a back button on the image page? The URL is kind of fixed.
I was considering just sending the current NavigateUrl as a paremter to a set page but it seesm like there must be an easier way.
Go to the complete details ...