Click to See Complete Forum and Search --> : How to create a tag and use it in asp.net.


abe5lincoln
August 8th, 2008, 02:27 AM
how to create a tag for a particular content in a page and then use it. for example a search engine displays a page of text. In that page i want to tag a particular paragaraph. is it possible.
Thank you.

HairyMonkeyMan
August 8th, 2008, 04:35 AM
Just write an anchor tag to your page, like this:

<a href="#post1" />

then in your address bar try navigating to: yourpage.aspx#post1