In order to provide users with additional information, such as a tooltip, on items within a RadioButtonList
, I am looking to display about 500 - 600 characters of info. Currently, I am updating a PanelUpdate
when a user selects an item in the RadioButtonList
using OnSelectedIndexChanged
and AutoPostBack
. However, I would like to trigger this update on onMouseHover
(where the user hovers the mouse over the item for a second or two) instead of on a mouse click, but I am unable to find a solution to accomplish this.