Asp:Image with Link

前端 未结 6 1247
萌比男神i
萌比男神i 2020-12-11 16:25

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 ??

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-11 16:43

    sure it's possible

    
    

    Or if you want code-behind to handle which page you're linking to use asp:ImageButton

    
    

    and handle the click event in your code-behind

提交回复
热议问题