G Guest Jul 19, 2004 #1 Is there anyway to assign tooltip dynamically to the list items in the listbox in asp.net. Rgds Shiju
Is there anyway to assign tooltip dynamically to the list items in the listbox in asp.net. Rgds Shiju
G Guest Jul 19, 2004 #2 No. The ListItem (each item inside a ListBox) does not have a Tooltip property.
M Mark Rae Jul 19, 2004 #3 Shiju Poyilil said: Is there anyway to assign tooltip dynamically to the list items in the Click to expand... listbox in asp.net. Yep, in just a few lines of code... http://www.devcity.net/forums/topic.asp?tid=63000
Shiju Poyilil said: Is there anyway to assign tooltip dynamically to the list items in the Click to expand... listbox in asp.net. Yep, in just a few lines of code... http://www.devcity.net/forums/topic.asp?tid=63000
J John Saunders Jul 19, 2004 #4 Mark Rae said: listbox in asp.net. Yep, in just a few lines of code... http://www.devcity.net/forums/topic.asp?tid=63000 Click to expand... The above is a Windows Forms solution. The OP was looking for an ASP.NET Web Forms solution. That said, you could do the same sort of thing in client-side JavaScript.
Mark Rae said: listbox in asp.net. Yep, in just a few lines of code... http://www.devcity.net/forums/topic.asp?tid=63000 Click to expand... The above is a Windows Forms solution. The OP was looking for an ASP.NET Web Forms solution. That said, you could do the same sort of thing in client-side JavaScript.