Questions tagged [application-pages]
An application page is an ASP.NET Web page that is designed for use in a SharePoint Web site. Application pages are a specialized type of ASP.NET page. The primary difference between an application page and a standard ASP.NET page is that an application page contains content that is merged with a SharePoint master page. A master page enables application pages to share the same appearance and behavior as other pages on a site.
260 questions
0 votes
1 answer
223 views
Migrate pages with custom layout from Sharepoint 2013 to Sharepoint Online
Hello i tried to migrate some pages from Sharepoint 2013 to Sharepoint Online. Those pages are using a custom layout . This layout was deployed as a solution using .wsp. How can i migrate pages to ...
0 votes
2 answers
2k views
How to add custom message on SharePoint Online AccessDenied.aspx page
I want to add custom message on SharePoint online out of box Access Denied page (_layouts/15/AccessDenied.aspx). Is it possible in any way ? If yes, please highlight. Eg., like below custom text I ...
0 votes
1 answer
95 views
IIS ARR redirects don't work
I have an ARR redirect rule in my SharePoint 2019 site, to redirect from some external 404 links: <system.webServer> <rewrite> <rules> <rule name="Fix ...
0 votes
1 answer
110 views
How Would You Attach the Same Uploaded File to Several SP2019 List Items Using C#
I have a form on a .Net application page that allows a user to apply to multiple open positions at once with an attached resume. I need to be able to attach the resume to each SP list item that is ...
0 votes
0 answers
368 views
How can we add a SPFx webpart to an application page in SharePoint 2019?
We are trying to add a SPFx webpart to an application page but are encountering some issues. The steps we have taken are the following: We create a new web part page in SharePoint designer and add ...
1 vote
1 answer
37 views
Can we add Style Library Resources(CSS, JS, Images) on Anonymous SharePoint Application Page?
I have created a SharePoint Application Page in SharePoint 2016. This page is anonymous. I have used some style library resources on this page but when i open this page it is redirecting me to login ...
0 votes
1 answer
731 views
isdlg=1 does nothing, or causes error?
I'm trying to display a SharePoint Online page "bare" with no side navigation, ribbons, or any other SP decorations. I don't want my visitors to have to worry about SP at all--to them it's just a web ...
0 votes
1 answer
974 views
Invalid Field Name error when creating Sharepoint page
I'm trying to create a new Sharepoint page but I am getting the following error: Invalid field name. {50631c24-1371-4ecf-a5ae-ed41b03f4499} .../Pages TECHNICAL DETAILS Troubleshoot issues ...
1 vote
1 answer
53 views
SharePoint Online how to publish two lists on one site programatically
If I start doing a lists on SharePoint Online and try to add them I only see my surname and name. I can't see lists or libraries. How to add to a page list on library by code programatically to ...
0 votes
1 answer
61 views
Need help with relative path from application page to sitepage
I am currently developing a SharePoint visual web part farm solution. I'm having trouble determining how without hardcoding a link to get from http://sharetest/sites/Dev/_layouts/15/HelpDesk/...
0 votes
0 answers
57 views
Custom Webpart to set the filters and display SharePoint list items?
I have a requirement where list items are stored in multiple folders. Now users should be able to apply the filters as they would do if they do not have folders. It looks like I have a build a custom ...
0 votes
1 answer
58 views
Create Content Database from Farm Application Page
This issue seems like it should be very easy to resolve, however it has taken hours and makes no sense. Case: Custom application page with simple form fields. When the form is filled out by user, ...
1 vote
1 answer
68 views
PeopleEditor very slow in IE in application page having no master page
I am using PeopleEditor in an application page which has master page file as follows: DynamicMasterPageFile="~masterurl/default.master" Code <SharePoint:PeopleEditor ID="pp" MultiSelect="...
0 votes
1 answer
31 views
Create a page in personal site for all users in SP2013
I want to create a page with custom webpart which will be accessible to all users, I can create it in main site but the page is accessible from url http://myspsite.com/pages/mynewpage.aspx. Although ...
0 votes
1 answer
54 views
Reuse function from SharePoint list form
I have a SharePoint 2013 list and in the DisplayForm.aspx.cs, I have written a function saveastemplate(). Now, I want to reuse the same function in an application page. Is it possible at all, if so, ...