How write this HTML output from within ASP.NET code?

  • Thread starter Thread starter Ronald S. Cook
  • Start date Start date
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!
 
Back
Top