Hi, I am trying to use a NavBar as follows:
<dx:ASPxNavBar ID="ASPxNavBar1" runat="server"> <Groups> <dx:NavBarGroup Text="Phone System">
<Items> <dx:NavBarItem Text="Overview" NavigateUrl='<%= SCHelper.PathMap(SCHelper.SafeURLBuilder("method=default")) %>'> </dx:NavBarItem>
As you can see I am using the <%= %> tag to try and insert a generated value. However, the control outputs the inline code and not the returned value. I assume it's not running the function and is just outputting the value.
Is there any way around this?
Thanks, Ben