Tagged Questions

1
vote
4answers
117 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
69 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 …