I have a page that I need to provide a link to a print version of that page, the link itself needs a picture and must open in a new window and the print page requires me to pass it a few query string parameters that vary depending on the original pages state.
I have tried a ImageButton but there doesn’t seem to be a way to make it open in a new window (and still allow me to build up the query string dynamically).
I a hyperlink with an image inside (as the width of a hyperlink doesnt set the image size) but there is no click even server side for me to attach my code for query string generation.
Is there any other solutions?
I put the following in the click event of the image button and managed to get everything working