Wednesday, March 26, 2008

How to Add ToolTip to DropDownList for Each Item

for(int i=0; i<=DDL.items.count-1; i++)
{
DDL.Item[i].Attributes.Add("Title", DDL.Item[i].Text)
}

No comments:

 
Feedback Form