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.
 
Use web controls rather than HTML controls, they have a tooltip property.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top