ALL,
This is my first post on Stack Overflow.
I have been programming in C# for sometime. while doing so, i have come across a requirement where in one of the column of the Grid view, some text(Short text) is to be shown . now if a user hover mouse over this text, i want details which are related to this Short Text stored in some other table to be shown as a POP UP.
I have been looking around for long, but could not find a solution. please help.
I have no idea where to begin this with.
jQuery ajax will be a gool solution.
In the onhover event, get data from server using ajax, then build html and pop up(using jQuery Dialog).
Refer to jQuery ajax and dialog sample via below
http://api.jquery.com/jQuery.ajax/
http://jqueryui.com/dialog/