Tooltip text for a listitem

  • Thread starter Thread starter rejoy_j
  • Start date Start date
R

rejoy_j

Hi,
Is it possible to set tooltip text for a listitem in a dropdownlist(webcontrol)?.If so how??

Regards

RJ


**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
hi,

Try to use the dropdownlist HtmlControl and set the alt attribute for
each item. (Don't know whether it works I can't test it now).

Hope this helps.

Stefano Mostarda MCP
Rome Italy
 
Back
Top