Link to home
Start Free TrialLog in
Avatar of jampost
jampostFlag for United States of America

asked on

I need help creating links between asp.net web pages.

This is an example of what I am trying to do.   Create a Hyper link from Default.aspx to Zoom_SP20151.aspx with link text “View close up of SP20151”.

           Is there also a way to make an image on Default.aspx do the same thing? In this case the user would click on the image and the link code would take the user to the other page (Zoom_SP20151.aspx) showing a close up image?   Same code for controls like Buttons?  Any assistance is appreciated. Thank you.
Avatar of jampost
jampost
Flag of United States of America image

ASKER

I just wanted to add that the version of Visual Studio is "Visual Studio Professional 2012"
Avatar of jampost

ASKER

The image file code is below. These are the images that I was referring to, when I asked about turning the images into hyperlinks.


<div id="MainContent">                        
             <img src="Images\FrontPage\P1_Front_Art-Model_Web.png" style="width: 270px; height: 270px;"/>
             <img src="Images\FrontPage\P1_Back_Art-Model_Web.png" style="width: 270px; height: 270px;"/>
             <img src="Images\FrontPage\P2_DT6001_Black_Front.png" style="width: 270px; height: 270px;"/>
             <img src="Images\FrontPage\P2_DT6001_Black_Back.png" style="width: 270px; height: 270px;"/> </div>
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial