Hey everyone,

This might sound like a stupid question but I was wondering if there was a way for me to have a HyperlinkColumn in a Datagrid and each Hyperlink went to a different page? At the moment I can only get the hyperlink to point to one site;

Code:
<asp:HyperLinkColumn Target="_blank" DataTextField="Headline" SortExpression="Headline" HeaderText="Headline" NavigateUrl="http://www.google.com">
</asp:HyperLinkColumn>

If anyone could help me with this it would be greatly appreciated, Thanks.