Questions tagged [aspx]
ASPX is the file extension for an ASP.NET page. These pages typically contain static (X)HTML markup, as well as markup defining server-side Web Controls and User Controls where the developers place all the content for the Web page.
185 questions
-1 votes
1 answer
48 views
Custom aspx page in IIS showing error 500 this page isnt working
There are custom aspx pages deployed from the previous developer under the custom folder in IIS that when we access from SharePoint 2016, are throwing this error: I am not familiar how this page is ...
0 votes
1 answer
34 views
html to Sharepoint aspx
I have a website created in html but now it needs to sit on a Sharepoint server. How do we make the HTML files work on a Sharepoint server?
1 vote
0 answers
382 views
Whats the best way to edit custom aspx files in modern SharePoint site
I`ve uploaded some custom aspx files to "Site pages" folder and they open fine. But now I need to edit them and wandering what is the best way/tool to do that. If I put those files in ...
0 votes
1 answer
152 views
How to create customize CreatePage.aspx in sharepoint 2016
I am new to Sharepoint, need some help here When create a new page in the CreatePage.aspx we need to enter the url name, it will forbid the special characters(shown as pictures), but my problem is the ...
0 votes
1 answer
2k views
Static HTML page (renamed to ASPX) and saved to OneDrive is displayed everywhere except on Android
I have a simple static HTML web page that had its extension renamed from HTML to ASPX, in order for it to be viewable via SharePoint, OneDrive or Teams. This is the HTML test file I used: <!DOCTYPE ...
0 votes
0 answers
103 views
Embedding Online Modern Sharepoint Form controls in custom .aspx page
I'm wondering if it is possible to embed or call to field type like "person or group" to work in another .aspx page. I'm creating a form and the default modern form's layout even with the ...
0 votes
1 answer
1k views
SharePoint capabilities in Office 365 GCC High
My company recently migrated from MS Office 365 Commercial tenant to their Government Community Cloud (GCC) High tenant to comply with Dept of Defense CMMC requirements. Post migration of our SP hub, ...
0 votes
1 answer
272 views
SP13 Quickest Way to get pages to pdf
Scenario: I have a bunch of wiki page .aspx files maybe over 100 files. I want the quickest way to move those pages to 100 files into pdf and not open one page at a time. This is a popular topic and ...
0 votes
1 answer
36 views
Site Pages Report
I want to be able to pull a report in my subsite that will list all of my pages (wiki) in my site contents and the direct link to the page. Does this exist in SharePoint analytics reports? Thanks.
1 vote
1 answer
16k views
How to add custom aspx page to SharePoint online?
We have requirement to add customer aspx and its js file to SharePoint online but we dont have SharePoint Designer, if we upload the files to site assets and try to open, it is getting downloaded ...
1 vote
1 answer
116 views
Set new page as home page, keep current url
I created a page under SitePages that includes CEWPs and such. My current home page url is http://{mysite}/default.aspx. I want to make my new site the home page without changing the default url. I've ...
1 vote
1 answer
1k views
A way to 'save' modern pages or print them to PDF
Object: Communication site with standard modern pages with combinations of text and images. I would like to find a way to 'save' the content or print it. I have tried to print and the result is not ...
0 votes
1 answer
816 views
How to add the aspx.cs code to get the selected value of radio button as per the aspx page as shown in the screenshot below?
This is the code for retrieving the Question and options dynamically from SharePoint list. How to get the value of selected radio buttons and store it to a variable using the C# or SP code. Can anyone ...
0 votes
2 answers
7k views
How can I download .aspx page(s) from SharePoint Online?
I want to archive some old pages from SharePoint Online but unfortunately there is no simple "Download-button" available like the one for the files. Is there a way to download and/or transfer without ...
0 votes
1 answer
398 views
How to write a code in Visual Studio 2013 to create a Quiz application using SharePoint 2013
We need to create a quiz application in SharePoint 2013. We have already created a quiz by write questions in aspx page and writing its code in aspx.cs page and the quiz is running fine. But the ...