Hyperlink Problem
Can anyone help me out in creating a link through the following lines of code.
dRowBasicPortFolio[2] = "<A href='../EventsCalendar/default.aspx?company=" + dRow[13] + "'>" + dRow[3] + "</a>";
The C# code is not able to interprate this code properly.
Iam getting the value of dRowBasicPortFolio[2] in the form of string with the value of dRow[3]
|