How can I get the control ID of a asp.net control while mouseover on a control dynamically. For example, I’ve page called “Default.aspx” which has 5 text boxes, two check boxes, 2 radio buttons. So, when I mouseover a specific control I should be able to get the currently hovered controls ID using javascript or jquery. I dont want to write code for every control, instead the javascript should be able to detect the mouseover event when the mouse is moved over any control and in the backend the controld ID should be returned.
Any solution ?
this will return the
idof input control currently being hovered