I’d like to make anchors to every post in my asp.net forum. Every forum’s post is rendered using repeater control. How can I render <a name='anchor_name'></a> in asp.net?
I’d like to make anchors to every post in my asp.net forum. Every forum’s
Share
where PostId is the name of the property you want to appear in your anchor.