Tagged Questions
0
votes
1answer
34 views
Full-Trust Solutions on SharePoint Online Dedicated
I am trying deploy a solution to SharePoint Online (SPO), after looking at documentations about SPO, I found only Sandbox Solutions and Apps can be deployed to SPO, but my solution is a Farm Solution. ...
0
votes
1answer
20 views
storing persistant data at farm level for a timer job
Ive created a timer job and a application page so i can set some custom values that the timer job uses. Im currently storing the values in the farm.properties hastable so that the timer job can ...
0
votes
0answers
48 views
Documentation for SharePoint 2010 OOTB web controls
Often I have a needs to provide different customizations to list, libraries, webs via custom action, which opens custom application page (in modal dialog). I place on page controls to provide UI.
In ...
2
votes
1answer
502 views
Understanding ghosting, unghosting, site pages and application pages
well I know definations of these terms as mentioned:
Ghosted pages: Pages which are on file system and not on content db.
Unghosted pages : pages which are on content db.
Application Pages : normal ...
0
votes
0answers
80 views
Custom Central Admin page - access denied
I created a custom application page which is deployed to the web applications section in central admin, following this guide:
How to: Deploy an Application Page to Central Administration
I am a farm ...
2
votes
1answer
110 views
Use different masterpage for pages library
How do I go about applying a custom masterpage just to "front end" pages? i.e. I want all of the administration parts of the SharePoint site to follow default look and feel (viewlsts.aspx, managing ...
1
vote
0answers
61 views
changing language on application page
I am using following code to change the language of HTML form on application page:
<asp:Content ID="PageHead" ContentPlaceHolderID="PlaceHolderAdditionalPageHead" runat="server">
...
0
votes
1answer
67 views
How to get a custom webpart from a site using code?
I have created a custom webpart.
I want to get that webpart and add it to my custom application page using code. How can I get it?
1
vote
1answer
811 views
Working with args option of SP.UI.ModalDialog.commonModalDialog
I have the following situation: In my Sharepoint 2010 ASP.Net Application page app I want to allow my users to select a Supervisor for an employee who's information they (the user) is modifying. For ...
0
votes
2answers
729 views
TaxonomyWebTaggingControl Not Showing Up on Page
I am attempting to use a Taxonomy Picker Control (TaxonomyWebTaggingControl) on an Application Page based on the term set configured for a User Profile property. In this scenario, I have set the Ask ...
3
votes
2answers
768 views
Logout in Mozilla and chrome not working / ADFS Authentication
I have custom logout page created.
I have used an application page for logout. In the application page, I use a javascript and say document.execCommand(ClearAuthenticationCache).
This works fine in ...
0
votes
1answer
948 views
How can I create a new page on Site Settings page, Site collection Administration section?
How can I create a new page on Site Settings page, Site collection Administration section?
I already know how to do it on central administration, but how to do it in this section for each site ...
1
vote
1answer
188 views
Problem with XslTransform
I've tried to migrate an external application into Sharepoint using Application Pages. The external code is included as Class libraries that's installed into GAC when deploying. My application ...