I would like to place an image in my application. when I click on it I want to move to another page. In general my asp:image to work as link
Is that possible ??
I would like to place an image in my application. when I click on
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use an
ImageButtonwith a server side click event:Or alternatively, you could wrap a
Hyperlinkcontrol around theImagecontrol:Or just use a HTML anchor tag if you don’t need the link to be dynamic: