ToolTip For Gridview Column

rhm54

Member
Joined
Apr 9, 2007
Messages
22
Programming Experience
Beginner
Is there a way to add a tooltip to the edit image in a gridview. Instead of using a button or a Link I used an image for the edit function. I would like to add a tooltip to the image so that if you hover over the image it states edit.
 
This is done automatically by the gridview control based on the value of the EditText property of the gridview's CommandField. It adds an alt text for the image.
I downloaded your sample project from your other thread and the tooltip is displayed for the edit image.
 
Back
Top