datatable dump - href issue - showing all html
my datatable is returning for instance :
COL ID| ACTION NO| url
1, xyz-010, "a href="https://xxxxx.sharepoint.com/sites/xxx/xx/Lists/Actions Register/EditForm.aspx?ID=107"xyz-010 /a"
while I would like the 3rd column to show as a href link xyz-010
is there a simple solution for this? (I edited the html above otherwise the forum would format with proper href link)
I'm basically just using this command:
string htmlResult = Util.ToHtmlString(dt);
COL ID| ACTION NO| url
1, xyz-010, "a href="https://xxxxx.sharepoint.com/sites/xxx/xx/Lists/Actions Register/EditForm.aspx?ID=107"xyz-010 /a"
while I would like the 3rd column to show as a href link xyz-010
is there a simple solution for this? (I edited the html above otherwise the forum would format with proper href link)
I'm basically just using this command:
string htmlResult = Util.ToHtmlString(dt);