1
vote
2answers
49 views
Renderpartial conditionally on masterpage in asp.net mvc
Hi I have the following menus defined on my masterpage in a asp.net mvc web application
<%Html.RenderPartial("AdminMenu"); %>
<%Html.RenderPartial("ApproverMenu"); %>
…
1
vote
4answers
143 views
Define derived class in Masterpage (c#)
All of the web forms / pages that my project extend on a derived class for the default page class.
I.e. instead of
public partial class myfirstpage:System.web.ui.page
{}
i ha …
0
votes
0answers
87 views
Forms Authentication and SharePoint ProfilePropertyLoader
I am trying to use the ProfilePropertyLoader to display a welcome message in this format:
<SPSWC:ProfilePropertyLoader runat="server"/>
Welcome,
<SPSWC:ProfilePropertyVa …
