Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HyperLink MouseOver
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01451264
Message ID:
01451282
Vues:
23
>>>>>I placed a hyperkink on my page. I don't see a MousOver event. How do I handle this?
>>>>
>>>>What do you want to happen on MouseOver? Bear in mind that you probably won't want to handle this on the server anyway.....
>>>
>>>The hyperlink will be a report name. I want to populate a textbox on the page with info about the report.
>>
>>You'll need to do that in javascript. There's an example here that you could maybe adapt:http://www.daniweb.com/forums/thread103510.html#
>
>I forgot to mention that I'm adding the links at runtime from a dataset in page_load

Still use the same approach. You could maybe include the text as a parameter:
HyperLink h = new HyperLink();
h.Attributes.Add("onmouseover", "ShowText('This is the text')");
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform