$.ajax({
type: "POST",
url: url,
DataType: "json",
UpdateTargetId: "tbldata",
data: { postcode: postcode },
success: function (data) {
debugger;
$('#tbldata').add(data);
$('#divtabledata').show();
From the data. how to bind it is in VIEW(ASP.Net MVC 4)