How to navigate another page by clicking Image
Dear All,
I want to navigate to another page by clicking on Image without writing any code in Code Behind window?
<a href="ConstructionPage.aspx"><img alt="" src="Images/Read.png" /></a>
I found above code But the thing is If i use this border is coming for Image.
I dont want any border for Image.
How can i do this?