c# - How to make tool tip or popupwindow if i click or mouse over on text -


In my asp application, I have to create a tool tip or popup window if I click on mouse-over or specific text The message (device-tip or popup window) corresponds to the database table respectively. Please help me make it

image

Up to you You can see the red circle in the image. If I get a mouse-over on that '4', the tooltip or popup window value comes from the table.

  In the OnRowDataBound event, you can create links as the same column ... e .ow.c. [4] .text = "& lt; a href = '#' style = 'Cursor: pointer' onclick = 'popupwindow (class =' ​​linknormal '& gt; & lt; / a & gt; ; ";   

To call the JavaScript function with the name of the popup window, click on the code above ... when that particular column is used ... JavaScript Function BW will be removed. . Javascript code:

  function popup window () {window.open (URL, name, specs, replaced); }    

Comments