1
Answer

How to navigate another page by clicking Image

SIVA

SIVA

12y
2k
1
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?

Answers (1)