Anchor not working in asp.net -
The headline shows that I have participated in an issue with anchor ASP.Net.
ex:
& lt; A href = "# intro" & gt; Introduction & lt; / A & gt; And then under the page, & lt; A name = "intro" ...
When I click on the link, the # indent is not associated with the URL, and I'm not taking the anchor.
However, if I manually add the # indent to the URL.
In addition, if I change the # indent as a name in which there is no number anchor according to the given name attribute this query has been added
What is going on is?
It looks more like a browser problem or you are not including enough code.
The code you showed looks fine.
Comments
Post a Comment