Tuesday, October 16, 2012

how to add link in string in asp.net





string Link = "http://www.shnet.net/scollections/ViewReport.aspx?Writ=Writ&WarrantID=" + _warrantid + "";

string Reportlink = "<a href=\"" + Link + "\">RO Report</ID></a>";

No comments:

Post a Comment