c# - How to show GridView in tooptip in asp.net -


What usually happens, one or more lines are shown as tooltips What do I need to do a tooltip on a gridview To show as. In fact, in my project, I have to show all the notes related to stock in Gradeviv.

Can anyone help me?

Thank you for sharing your precious time.

GridView in a tooltip? Fluffy

Why do not you use SQL data reader to fetch data, then set tooltips for server control over it?


Comments