How To Add ToolTip on DropDownlist Kalpesh Satasiya 5:21 PM alt tag, asp.net, Drop Down List, title, tooltip No comments Just add attributes into your dropdownlistfor(int i=0; i<=DDL.items.count-1; i++){ DDL.Item[i].Attributes.Add("Title", DDL.Item[i].Text)} Share This: Facebook Twitter Google+ Stumble Digg Email ThisBlogThis!Share to XShare to Facebook
0 comments:
Post a Comment