Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a parent child relation table.and the model is
public class Tree{
public int Id {get; set;}
public string Name {get; set;}
public int ParentId {get;set;}
}
how can i display this relation as like a tree view in .net mvc 4/5 using jquery .If it possible to generate the tree using generic.
Posted

1 solution

 
Share this answer
 
Comments
[no name] 29-Apr-15 7:10am    
I already see this.Its not helpful for this task.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900