Jump to content

AlternateText in LinkButton


d@rk_blu3

Recommended Posts

what do you mean by alternate text??? Like in an img tag? alt="some text"?
Yah. I already done it in the imagebutton and <a href=""><img at="text"></a>Can you help me?
Link to comment
Share on other sites

what do you mean by link button? A regular link? try this
a href="theurl" title="your Alt Text Here">Click Me</a>

This is the code that i want to add the alternate text.
<asp:LinkButton ID="lnkbRelatedJob" Runat="server" CommandArgument='<%# Container.DataItem("job_title")%>'>															 <%# Container.DataItem("job_title")%></asp:LinkButton>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...