Tool tip on list box item
Dim item As ListItem
For Each item In lstCategory.Items
item.Attributes.Add("title", "Some_String_For_The_Tooltip")
Next