Hi All,
I am new to MVC.I want to create tree view list using ASP.Net MVC can any one suggest me how to slove this.
total table 5 table
and jstree method also using
using Store procedure
SELECT GLTypes.GLTypeName,GroupName,GLSubGroups.SubGroupName,GLControlName from GLTypes Left outer join GLGroups on
GLGroups.GLTypeID=GLTypes.GLTypeID Left Outer Join GLSubGroups on GLSubGroups.GroupID = GLGroups.GroupID
Left outer join GLControls On GLControls.GLControlID= GLSubGroups.GLControlID
every table data unique i need
Thanks
Sheik mohamed