RAEES VK

RAEES VK

  • NA
  • 90
  • 8.1k

Use of ToolTip in ASP .NET

Sep 22 2017 8:05 AM
How Can I use ToolTip in asp . Net ?
when Add ToolTip in aspx.cs there will be error
 

ToolTip toolTip1 = new ToolTip();

toolTip1.ShowAlways = true;

toolTip1.SetToolTip(button1, "Click me to execute.");


Answers (3)