Tool Tip Class

  • Thread starter Thread starter Priya
  • Start date Start date
P

Priya

Can we use the Tool Tip class in ASP.NET. We have a requirement to
display Mouse Hover help for some of the links and controls on the web
pages. What are our options? How can we do this.
Thanks
Priya
 
ToolTips in an HTML document are specified by adding a "title" attribute to
the HTML element you want to have the tooltip.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Back
Top