I have asp:DropDownList control which i want to display data to user who don’t want to click on it.
But user only want to make Mouse hover over asp:DropDownList Control.
Is there any possible way to make it without using datalist control or gridview ?
If so let me know it please.
I have asp:DropDownList control which i want to display data to user who don’t
Share
This does however create a new problem where the mouseover over the menu items will not highlight them, at least for me. Nonetheless, it’s a start.