Hi..
I am working on a project where I am required to show a gridview as a tooltip to a column of another gridview.
Now the problem I am facing is getting the column index which I have hovered the mouse..
I found many articles on net but most of them provide solution for the scenario where the user clicks the button.
Here I am just hovering a column and based on the value of the hovered column I need to populate a new gridview and show it in tooltip.
Can someone provide a solution ?
Thanx..