Hi
I want Description to be displayed also in Title column with a break of 1 line. Is it possible to display Country also.
tmlTable.Append("<td>" + Count.ToString() + "</td>"); htmlTable.Append("<td >" + item.snippet.channelId + "</td>"); htmlTable.Append("<td >" + item.snippet.channelTitle + "</td>"); htmlTable.Append("<td >" + item.id + "</td>"); htmlTable.Append("<td >" + item.snippet.description + "</td>");
Thanks