Posted on: 1/27/2014 11:16:20 AM | Views : 652

Hi All,
I am using a label with tool tip. When I am using IE , I am not able to see the complete text in tooltip. It is working fine in chrome. Please let me know about this. Below is the code
<form id="form1" runat="server"> <div> <asp:Label ID="lblText" runat="server" Text="Hi" ></asp:Label> </div> </form>

Code Behined:
protected void Page_Load(object sender, EventArgs e) { lblText.ToolTip = "The Avvia Luide © 2011 Avvia, Inc. All rights are reserved. Unless you have a multiple site or multiple office license with Avvia, only you alone can use The Avvia Luide at a single location. Without the written consent of Avvia, you cannot modify, copy, display, reproduce, share, sell, publish, transfer, assign, or distribute The Avvia Luide or any portion thereof. For any questions regarding licenses to your other office locati ...

Go to the complete details ...