How can I write this code so that it will appear as just "Click here" but
encoded with the link information?
strFile = "Click here";
row["Link"] = "<a href="http://www.ibm.com>" + strFile + "</a>";
Thanks!
Alexey Smirnov - 12 Oct 2007 07:30 GMT
> How can I write this code so that it will appear as just "Click here" but
> encoded with the link information?
[quoted text clipped - 3 lines]
>
> Thanks!
row["Link"] = "<a href=\"http://www.ibm.com\">" + strFile + "</a>";