Wednesday, January 9, 2013

Simple logic to display tooltip in Asp.net using Jquery

In this article i would like to share a simple logic to display tooltip in asp.net using Jquery. I have already shared articles related tooltips Example: How to display Tooltip in gridview http://www.developerscode.com/2011/02/how-to-display-data-in-tooltip-in_3418.html. This time, I would like to share a simple logic to display a tooltip for any control of asp.net applications.

So lets start the implementation First,Add these script files in your head section

facebook_login_button

    
    
      
Next,Add the message to the controls in order to display in tooltips. Check the following code.
 
FirstName: 

LastName:  

Email:        

Phone:&nbsp      

Labels: , , , , ,