How to save selected tree view node id in action link using jquery
i have tried
$(".treeview a").on("click", function () {
$.ajax({
url: '@Url.Action("GetTreeViewID", "Treeview", new { Eid=Model.FirstOrDefault().EmpID})'
});
});
am getting first treeview node id, if i remove firstofdefault am getting error
but how to save selected node id in Eid
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VenkatPosted Jul 22, 2016, 10:19 PM