Hi,

I have a content page with show part content of an article with a friendly URL address (for example):-

http://test.site.co.uk/my-article.aspx

The article titles are unique in the database. My problem is I want to show it on template A which only shows a small amount of it with a hyperlink to show the full article. If I put the same url in it takes it to the same location:-

http://test.site.co.uk/my-article.aspx

Is there a way of trapping the click of the hyperlink and setting some sort of parameter which I can pickup in my url rewrite routine. for example

private sub hyperlink.click

myparameter = "Template Name"

Then in my url rewrite be able to see myparameter and say load the content with the full article template.

I hope it makes some sort of sense.

Thanks for any help,

Jiggy!