Questions tagged [applicationpage]
26 questions
3
votes
1 answer
Viewstate expires after some time for application page in SharePoint 2013?
I have a simple ASP application page added in a SharePoint project just for presentation purposes, so it's ASP web forms page is hosted in SharePoint.
HTML:

A. Simic
- 31
- 2
3
votes
2 answers
How to Create a custom Application Page with webparts for sharepoint in VS2010?
I am very new to Sharepoint, and I am not 100% sure if this is the correct way to do this but here it goes. I have a very bare master page that I want to have a custom application page load up in. On that application page I want to have 2 web parts.…

Paul Parker
- 467
- 1
- 8
- 21
3
votes
3 answers
Could not load type error in application page
I have created a application page for login functionality in sharepoint by following this post.
But this giving me an error at inheriting the page. I have folder structure and .aspx file like below.
Did I done any mistake while giving the link to…

Mihir
- 8,696
- 18
- 56
- 87
2
votes
2 answers
SharePoint 2010 Ribbon on Application pages
I'm trying to create a SharePoint 2010 application page (AKA layout page) to display some information and allow users to perform some custom functionality.
I need to display custom ribbon tab for the functionality that I want to perform. And I want…

webdev
- 21
- 1
- 3
1
vote
0 answers
SharePoint 2010 - Message: Access is denied.WebResource.axd
I have been creating Sharepoint application page, which is deployed in Sharepoint 2010 14\TEMPLATE\LAYOUTS directory. In browser my page is working fine. But on the page i am using asp:FileUpload control for uploading images.
there is a javascript…

Saifal Maluk
- 121
- 2
- 5
- 14
1
vote
1 answer
Set Permissions on SharePoint Application Pages
I have developed a number of application pages using visual studio 2010 and deployed them on SharePoint 2010.
All the pages have been extended from LayoutsPageBase.
Currently all the application pages are accessible by any authenticated users.…

Saifal Maluk
- 121
- 2
- 5
- 14
1
vote
2 answers
Sharepoint Webpart posting data to Application Page via PostBackUrl
I have a Webpart that contains a couple of dropdowns on an update panel. There is a submit button that has the PostBackUrl set to a sharepoint Application Page

Littlejon
- 1,066
- 9
- 24
1
vote
4 answers
SharePoint SPContext.List in a custom application page
I have a custom SharePoint application page deployed to the _layouts folder. It's a custom "new form" for a custom content type. During my interactions with this page, I will need to add an item to my list. When the page first loads, I can use…

Chris Farmer
- 24,974
- 34
- 121
- 164
1
vote
1 answer
How to add an application page to a site in SharePoint?
I am an experienced .NET Developer acting as interim SharePoint Developer, and am new to SharePoint. After determining that I need to go with an application page instead of a site page for a new project due to it's complexity and need of custom code…

Josh McKearin
- 742
- 4
- 19
- 42
1
vote
1 answer
SharePoint 2010 KeywordQuery Returns Empty Managed Properties
I created some Managed Properties following instructions at http://technet.microsoft.com/en-us/library/ff621097(v=office.14).aspx. I then created a custom SharePoint application page with a KeywordQuery search to find only documents using the…

Jim Billig
- 344
- 2
- 14
1
vote
1 answer
How To Create an unsecured layout page in SharePoint that can be accessed by anonmyous (guest) users
I'm trying to do something that should be really simple.
I have created a SharePoint Application page that is deployed into the _layouts folder. This page uses a custom code behind that inherits from…

Jeff
- 5,913
- 2
- 28
- 30
1
vote
2 answers
HTML placeholder attribute is not a valid attribute
On SharePoint application page
I am using placeholder in like this:
But placeholder is underlined and says: Validation (XHTML 1.0 transitional) Attribute placeholder is not…

SPBeginer
- 733
- 3
- 14
- 29
1
vote
1 answer
SharePoint Application Page: Using ASP button to open infopath form
I am trying to use an ASP.NET button in a SharePoint application page to open a modal dialog showing an specific infopath form. I know I have to upload infopath form to central administration and I know how to open a modal dialog using sharepoint…

Paiman Samadian
- 297
- 1
- 16
0
votes
1 answer
deploy an Application page of Sharepoint 2010 to another production server
How to deploy an Application page of Sharepoint 2010 to another production server.
I've created an Application page of Sharepoint 2010 inside the mapped layout folder. Everything works nicely now in Visual Studio 2010.
I can debug it after pressing…

Ike
- 1,194
- 12
- 18
0
votes
1 answer
Insert created forms inside application page
I'm making a transport request system with Bonita Soft. I've allready created 4 forms that I've assigned with 4 tasks in my Bonita process.
Now I want to create a Bonita application, so I have to complete the application descriptor file. I want to…