Click to See Complete Forum and Search --> : How to show the data grids view in a tooltip?


rajaryan544
01-22-2009, 12:57 AM
Hi,

I am working for.net development company in india as a .net programer.

I would like to show a tooltip when the user move the mouse over the first column of my gridview.

The tooltip should be bound to a field of the gridview's datasource that correspond to the row being hovered.

How can I do that ?

Thanks,
Raj

tattooedscorpdc
02-16-2009, 04:08 PM
The easiest way to accomplish this is to use the 'alt' attribute within your td tag... <td alt="text to display in tool tip here">

There are other methods you can empploy for this type of feature but the quickest way would be to emply this attribute meant to assist the disabled with browsing.

Larry D
MS Architect Evangelist