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