Click here to Skip to main content
15,896,445 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In one of my pages I have a submit button. When a cursor is placed on this button I intend to show some text through a label control to the user before he clicks.
I use asp.net 2008.
Posted
Comments
khurram ali lashari 26-Oct-14 4:28am    
You Can Use Tool Tip Control ............

1 solution

You need a tooltip, a tooltip can be placed on any html control using the title attribute, for instance:
<button title="This is a tooltip" />
 
Share this answer
 

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