Answer: We use the
ToolTip property of any control to show information.Whenever we keep mouse pointer on control,then any information,which is set in ToolTip will display.
For Example:
<asp:button id="btn_save" runat="server" Tooltip="Save Record"/>
<asp:button id="btn_delete" runat="server" Tooltip="Delete Selected Record"/>
Asked In: Many Interviews |
Alert Moderator