how to add tooltip in dropdownlist control that is filled by dataset
-
Hi All, i am using ASp.net2.0 , C# . A dropdownlist control which is filled by dataset i show the name against the respective code. Now name is quite large so i would like to show it in tooltip. i search in google but did not get appropiate solution. Please help Thank you
regards imran khan
-
Hi All, i am using ASp.net2.0 , C# . A dropdownlist control which is filled by dataset i show the name against the respective code. Now name is quite large so i would like to show it in tooltip. i search in google but did not get appropiate solution. Please help Thank you
regards imran khan
mohd imran abdul aziz wrote:
A dropdownlist control which is filled by dataset i show the name against the respective code. Now name is quite large so i would like to show it in tooltip. i search in google but did not get appropiate solution.
You cannot do that with ASP.NET DropDownList control. May be your can use custom controls (JavaScript DropDownLists???).
[Venkatesh Mookkan] My: Website | Yahoo Group | Blog Spot