Disabling Tool tip of the controls

Posted by Dilse Naaz on Stack Overflow See other posts from Stack Overflow or by Dilse Naaz
Published on 2010-05-27T10:55:31Z Indexed on 2010/05/27 11:01 UTC
Read the original article Hit count: 205

Filed under:
|
|
|

Hi

I am using one DataGrid with templatecolumn of Asp:Label Control. In Design Page i used Tool tip for this control, But in the ItemDatabound event, it will checks the number of characters of the text of this label. If the character is less than 40, i have to disable the tooltip for that control only.. But i couldn't finalize this task. How it will be done? Please help me. Thanks in advance..

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET