Does anyone know how to jump to the content location from a href link on another page in ASP?
I understand the anchor concept shown below, but this only works with html not ASP.
<a href="yoursite.html#jumpHere">link</a>
Does anyone know how to jump to the content location from a href link on another page in ASP?
I understand the anchor concept shown below, but this only works with html not ASP.
<a href="yoursite.html#jumpHere">link</a>