Tagged Questions

1
vote
2answers
56 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"); %> …
0
votes
0answers
90 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:ProfilePropertyValue …
1
vote
4answers
148 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 have public partial …