Hi
In below statement i want if Participant Type = 0 it should show Dealer , if it is 1 = Employee , if it is 2 then Operator.
htmlTable.Append("<td>" + colum.ParticipantType + "</td>");
Thanks