Home »
MCQs »
ASP.Net MCQs
Which of the following statement is correct about ToolTip?
104. Which of the following statement is correct about ToolTip?
- It is used to implement a click event for ASP.NET control.
- It displays a text when the mouse is over the ASP.NET control.
- It is used to remove webpage cookies.
- None of the above
Answer: B) It displays a text when the mouse is over the ASP.NET control.
Explanation:
The Tooltip is used to display a text when the mouse is over the ASP.NET control.