Search Results

Search found 4 results on 1 pages for 'hyperlinkcolumn'.

Page 1/1 | 1 

  • ASP.NET: Bind HyperLinkColumn to more than one field

    - by Jonathan Allen
    Using ASP.NET and the DataGrid, how do I bind a HyperLinkColumn to more than one field? Dim detail As New HyperLinkColumn With detail .Text = "View Details" .HeaderText = "" .NavigateUrl = "\TeamDetail.aspx?Account={0}&Broker={1}" .DataNavigateUrlField = "AccountKey, BrokerNumberKey" End With I was hoping for an data-binding event on HyperLinkColumn but no such luck.

    Read the article

1