R
Ronald S. Cook
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!
encoded with the link information?
strFile = "Click here";
row["Link"] = "<a href="http://www.ibm.com>" + strFile + "</a>";
Thanks!