asp.net datagrid on mouse over specific column cell display DIV with hyperlink derived from cell content -
I have an ASP.NET datagrid. On the mouse on a specific column cell when I should be able to display a DIV. A hyperlink in the div should be with the cell contents contained in the end . I do not know how to do this because my code is:
& Lt; / A & gt; & Lt; / Div & gt; & Lt; / ItemTemplate & gt;
Code Javascript:
function displayDiv (textCell) {$ ('# content'). Text (textile); $ ('# Content'). CSS ("Visibility", "Visible"); }
Hope it helps
Comments
Post a Comment