I have the hyperlink below that I can't get the syntax correct (I'm trying to pass the Primary key field, UniqueIdentifier, for the datagrid item, along with a label value, lblSAID):
<asp:HyperLink id="HyperLink1" runat="server" Text="Locate" NavigateUrl='<%# "RL.aspx?id=" & DataBinder.Eval(Container, "DataItem.UniqueIdentifier")" & "SAID="&"lblSAID.Text.ToString" %>'>
</asp:HyperLink>
<asp:HyperLink id="HyperLink1" runat="server" Text="Locate" NavigateUrl='<%# "RL.aspx?id=" & DataBinder.Eval(Container, "DataItem.UniqueIdentifier")" & "SAID="&"lblSAID.Text.ToString" %>'>
</asp:HyperLink>