Dear ALL,
how to bind menu from generic list that means i have method namely Public List<Roles> GetRoles() which is return list of roles every list contain properties are RoleID,RoleName,ParentRoleID,NavigateURL.
1) I need to bind menu based on this role name should be display with based on ParentRoleID heiarchy.
2)And also i have NavigateURL property when i click RoleName in Menu based on NavigatURL my page will naviagte to another page and how to implement this ? i am new to this if you guide me and very needful for me ..
Thanks in Advance..!
how to bind menu from generic list that means i have method namely Public List<Roles> GetRoles() which is return list of roles every list contain properties are RoleID,RoleName,ParentRoleID,NavigateURL.
1) I need to bind menu based on this role name should be display with based on ParentRoleID heiarchy.
2)And also i have NavigateURL property when i click RoleName in Menu based on NavigatURL my page will naviagte to another page and how to implement this ? i am new to this if you guide me and very needful for me ..
Thanks in Advance..!