Hi there,
HTML elements have a title attribute that displays as a tooltip:
<a href="SomePage.aspx" title="You see this when you hover over me">Hover over me</a>
In the ASPX side of things, this title can be set with the ToolTip property.
Hope this is what you were looking for; otherwise, please elaborate...
Imar
|