Showing 1 – 1 of 1 replies
gkahana

BeondThemes Team! I am using asp.net […]

gkahana PURCHASED
5 years ago
Hello BeondThemes Team!
I am using asp.net for the BeyondAdmin - Responsive Admin App Template to develop system. But i was suffered from the very big problem on applying user roles in my system. In this template I found there is Mvc.sitemap.
Sincerely I need your technical support on this area. Look my experience below as an example
a. Is This Possible in Mvc.sitemap to apply if block for managing user roles or there is an option specific in this template to handle user Roles?
@if (User.IsInRole("Administrator"))
{
<mvcSiteMapNode title="QuickSearch" controller="Verifications" action="QuickSearch" area = "PVerification" description=""/>
}

b. Look on my normal experience that i always do before purchasing your template
@if (User.IsInRole("Budget Officer"))
{
<li class="@Html.RouteIf("BudgetDetails", "active")">
<a href="#"><i class="fa fa-bar-chart-o"></i> Budget Cash Flow</a>
<ul>
<li class="@Html.RouteIf("ExpenditureGroupList", "active")" style="background:#ffffff">
@Html.ActionLink("Expenditure Group", "ExpenditureGroupList", "ExpenditureGroups", new { area = "Geras" }, null)
</li>
</ul>
</li>
}

NB. In other template to manage menu and sub menu for handling user roles directly we use list but for your template i can't find list but i found tag.

Please Kindly assist me to tackle this scenario.
Thanks in advance.
gkahana
gkahana PURCHASED
5 years ago
my email address is kahanagothard@rocketmail.com