DEV Community

k@k
k@k

Posted on

Show tooltip when selecting item on asp:DropDownList

This is my frontend code. If I select the dropdown list text, I can not show the full text in dropdown. so I need to display a tooltip of the selected value when a dropdown item is being selected (i.e. when the dropdown is shown and an item is being hovered over), preferably only when the text for that item is being truncated.

How can I handle this Asp/C#/JavaScript/Jquery, Can you please help me to solve this problem.....

Top comments (0)