2
Answers

How to add text so when clicked link should open

Photo of Ramco Ramco

Ramco Ramco

2y
519
1

Hi

foreach (var coll in objMentor)
{
GrpLink = GrpLink +  "<a hf = 'SessionCalendar.aspx &val=" + coll.GroupID + "&MID=" + coll.ModuleID + " </a>" + " ,";
}

htmlTable.Append("<tr>");
htmlTable.Append("<td>" + GroupCollection + "</td>");
htmlTable.Append("<td>" + GrpLink + "</td>");
htmlTable.Append("</tr>");

Thanks

Answers (2)