I have two fields concatenated and I am just wondering if I could only create a hyperlink for the second field ...I am not eversure if this is possible. thank you
Code:
<asp:LinkButton ID="lblStatus" runat="server" Text='<%#Eval("Status")+ " " + Eval("SupersededBy")%>' ></asp:LinkButton>