Just add attributes into your dropdownlist
for(int i=0; i<=DDL.items.count-1; i++)
{
DDL.Item[i].Attributes.Add("Title", DDL.Item[i].Text)
}
for(int i=0; i<=DDL.items.count-1; i++)
{
DDL.Item[i].Attributes.Add("Title", DDL.Item[i].Text)
}
Kalpesh Satasiya 5:27 PM asp.net, non-www to a www, Permanent Redirect, software developer No comments