3
Answers

Use of ToolTip in ASP .NET

RAEES VK

RAEES VK

7y
232
1
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)