I am using C# .net 4.5. I have a gridview where I added code to have each cell made clickable. This works fine. I added a template field with an ajax popup control extender and a label for the target control. This also works fine. My problem is the mouse over event works only when I hover over the label control, and the click event works only when I click outside the label control. I need a click event whenever any part of the cell is clicked even if its over the label control. Is this possible?