Click here to Skip to main content
15,919,434 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How To Display 'Label' When Mouseover An Image Button/Icon? in asp.net webform
Posted
Comments
Amol Jadhao 28-Mar-14 1:06am    
please post your code

1 solution

Hey Buddy,

Do you want to show the tool tip?? If yes then there is a property associated with controls named as "ToolTip" just provide ToolTip="Hello" and on hover "Hello" will be shown.

If this is not a case then you can use the OnHover() event of JavaScript, firstly you need to make the visible property of Label as false and then from the m the JavaScript make it's visibility as True.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900