HyperlinkColumn Troublehttp://forums.asp.net/t/299312.aspx/1?HyperlinkColumn+TroubleTue, 05 Aug 2003 13:28:43 -0400299312299312http://forums.asp.net/p/299312/299312.aspx/1?HyperlinkColumn+TroubleHyperlinkColumn Trouble I've got a DataGrid within which I have created a hyperlinkColumn. The problem is that the text within each of the cells is gonna be different depending on some variable. The thing is that I want to be able to bind data from a DataSet to the text that appears in the DataGrid using the DataBinder.eval(&quot;a_specific_column&quot;) within the text. This value also passes through a method, but is of no importance here Is this possible? 2003-08-04T15:54:05-04:00299367http://forums.asp.net/p/299312/299367.aspx/1?Re+HyperlinkColumn+TroubleRe: HyperlinkColumn Trouble Assuming I understand your question/problem correctly, you should consider using a TemplateColumn with an in it. That is, you'd do: <pre class="prettyprint"></pre> hth 2003-08-04T16:53:01-04:00299408http://forums.asp.net/p/299312/299408.aspx/1?Re+HyperlinkColumn+TroubleRe: HyperlinkColumn Trouble Thanks for that, i'll be trying that tomorrow and seeing whether it succeeds 2003-08-04T17:18:54-04:00300147http://forums.asp.net/p/299312/300147.aspx/1?Re+HyperlinkColumn+TroubleRe: HyperlinkColumn Trouble Why is it that a HyperlinkColumn does not allow the dataBinding function to work within its tags? 2003-08-05T11:23:19-04:00300197http://forums.asp.net/p/299312/300197.aspx/1?Re+HyperlinkColumn+TroubleRe: HyperlinkColumn Trouble You can use Hypelink instead of HyperlinkColumn to make databinding work Take a look @ Method 4 <a href="http://www.c-sharpcorner.com/Code/2003/June/DataGridHyperLinkColumn.asp"> How to use HyperLink Column of DataGrid?</a> 2003-08-05T13:08:12-04:00300210http://forums.asp.net/p/299312/300210.aspx/1?Re+HyperlinkColumn+TroubleRe: HyperlinkColumn Trouble Thanks, I believe my problem has been completely solved, hopefully 2003-08-05T13:19:11-04:00