set tooltiptext on every listitem for Combo
How would i set tooltiptext on every listitem of dropdownlist.
I m using this way....
but still unable to get my desired work done.....
foreach (ListItem litem in Drp.Items)
{
litem.Attributes.Add("title", litem.Text);
}
__________________
Thanks
-Pankaj Bahuguna
|