Hi there folks! Please could anyone tell me how I can disable the underline of a hyperlink button server control of datagrid and similar controls ? I had used the following css code on the ItemStyle-CssClass which works for traditional hyperlinks to no avail. Thanks for the help:)
.tablecellhyperlinks
{
text-decoration: none;
DISPLAY: block;
}
ItemStyle-CssClass="tablecellhyperlinks"