3
It is possible to put the text of the title="" attribute by c#?
The title I intend to manipulate is:
<asp:HyperLink runat="server" ID="linkTitle" CssClass="link_title search-result-link-title tooltip-init" Target="_top" data-toggle="tooltip" data-placement="top" title="título" data-original-title="título" />
You who change the text of title="title" or ID="linkTitle" ?
– Marco Souza
@Amanda-Vieira you need to be more explicit in your doubt. Want to manipulate before rendering the title or after the page has been loaded ? There are many different ways to solve, but doubt needs to be better addressed !
– Maurício Júnior
Hello @Mauríciojúnior sorry I didn’t ask correctly, but you understood perfectly. Your comment "Hyperlink1.Tooltip = "TEXT TO BE RENDERED IN ELEMENT TITLE A HREF!" worked and was exactly what I wanted! Thanks!
– Amanda Vieira
@Marconcíliosouza the title="". Mauriício’s answer has already helped me. Thanks.
– Amanda Vieira
Jóia @Amandavieira ... how nice that you got! Good job!
– Maurício Júnior