C
Craig G
what way do you code it? i tried the following but it wouldnt display it
lblAdd_info is a hidden field in the cell itself that contains the data i
want to display in the tooltip text. i added the following into the
ItemDatabound event for the grif but it wont display
If e.Item.ItemType = ListItemType.AlternatingItem Or e.Item.ItemType =
ListItemType.Item Then
e.Item.Cells(5).ToolTip = "Craigs ToolTip Test!!"
End If
ideally i wanna set the tooltip text to a value returned from a dataset for
each row. but i cant even get it to display just a test string!
Cheers,
Craig
lblAdd_info is a hidden field in the cell itself that contains the data i
want to display in the tooltip text. i added the following into the
ItemDatabound event for the grif but it wont display
If e.Item.ItemType = ListItemType.AlternatingItem Or e.Item.ItemType =
ListItemType.Item Then
e.Item.Cells(5).ToolTip = "Craigs ToolTip Test!!"
End If
ideally i wanna set the tooltip text to a value returned from a dataset for
each row. but i cant even get it to display just a test string!
Cheers,
Craig