How to append html string to a div in jquery – Asp.net
I've a html string value from .net and stored in view data in jquery i'm reading that like this var htmlTranTable = '@ViewData["tblView"]'; $('#divTransactions').append(htmlTranTable); And this is the sample html string that i received from .net viewdata var htmlTranTable =…