Add Tooltip to ListBox Control in ASP.NET
I was trying add a title or horizontal scroll bar to one of my asp.net listbox control. This is required because few of my list item text was lengthy. Finally I got solution.
foreach (ListItem item in lstSourceList.Items)
{
item.Attributes.Add(“title”, item.Text);
}
About this entry
You’re currently reading “Add Tooltip to ListBox Control in ASP.NET,” an entry on Welcome to ViSh’s Blogs
- Published:
- March 21, 2009 / 8:08 am
- Category:
- Uncategorized
- Tags:
- ASP.NET
Hi ITians ! This is Vish here. Lemme brief myself. I have completed my MCA (Master of Computer Application) in 2005 and now having around 3.5+ years of experience in .NET Technologies. Presently I am working as a Sr. Teal Lead with a growing software company in Ahmedabad.
2 Comments
Jump to comment form | comments rss [?] | trackback uri [?]