Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to work with the hyperlink

Status
Not open for further replies.

taree

Technical User
May 31, 2008
316
US
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>
 
Code:
<asp:Label text='<%#Eval("Status")%>' /> <asp:LinkButton Text='<%#Eval("SupersededBy")%>' />

Jason Meckley
Programmer
Specialty Bakers, Inc.
 
Thank you Jason. I just did that and it worked for me and I thank you for your quick response.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top