Hello Experts,
I have following javascript function but it is not working
function addRow() {
var html = '' + '
' @Html.DropDownList("productList", null, "Select", new { @class = "form-control" }) ' +
' ' +
' ' +
' ' +
' ' +
' ' +
'
$(html).appendTo($("#Table1"))
};
I want to covert
@Html.DropDownList("productList", null, "Select", new { @class = "form-control" })
into html..please help me
Thank You
Ehsan SajjadPosted Jul 27, 2016, 12:37 PM
PrakashPosted Jul 28, 2016, 1:29 AM
Ehsan SajjadPosted Jul 27, 2016, 3:25 PM
PrakashPosted Jul 27, 2016, 1:03 PM