Normally what happens, a single or more lines are shown as a tooltip. What I need is to show a gridview as a tooltip. Actually in my project i need to show all the notes associated with a stock in a gridview.
Can anybody help me?
Thanks for sharing your valuable time.
GridView in a tooltip? gringe
Why don’t you use a Sql Data Reader to fetch the data, then set the server control’s tool tip text to that?