Please review the site disclaimer before downloading or using content found on this site
Written by: Steve Gray 1/27/2010 6:20 PM
Code to allow you to add a templated hyperlink column, and have a custom URL:
<ComponentArt:GridServerTemplate ID="ItemNumberTemplate">
<Template>
<asp:HyperLink Target="_blank" ID="lnkItemnmbr" runat="server"
NavigateUrl='<%# "SubordersOnHoldBuyerDetail.aspx?itemnmbr="
& Container.DataItem("itemnmbr") %>'
Text='<%# Container.DataItem("itemnmbr") %>'></asp:HyperLink>
</Template>
</ComponentArt:GridServerTemplate>
0 comment(s) so far...