Can any one know how to add the title attribute to the dropdown.
I tried in the following way.
foreach(ListItemliinddlDropdown.Items)
{
li.Attributes.Add("title",li.Text);
}
But the title was appearing behind the dropdown items.
Can any one know how to add the title attribute to the dropdown.
I tried in the following way.
foreach(ListItemliinddlDropdown.Items)
{
li.Attributes.Add("title",li.Text);
}
But the title was appearing behind the dropdown items.