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 ...

learn more… | top users | synonyms

2
votes
2answers
92 views

HTML placeholder attribute is not a valid attribute

On SharePoint application page I am using placeholder in like this: <input type="text" id="name" name="name" placeholder="your name" /> But placeholder is underlined and says: Validation ...
2
votes
2answers
698 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 ...
1
vote
2answers
228 views

Getting ECMAScript Client OM Intellisense to work in ASCX/JS

I can't for the life of me get intellisense working for the Client OM. It seems to work on another box I have tried so I'm wondering if I have found some kind of bug/configuration issue. I have tried ...
1
vote
2answers
327 views

Remove Sharepoint RadioButtonChoiceField Focus on application page

I have an application page with a bunch of asp textbox controls and then a sharepoint RadioButtonChoiceField control. When the page loads it will always set focus to the RadioButtonChoiceField is ...
0
votes
2answers
28 views

SharePoint 2010 Cannot access Properties or Events of my Custom UserControl in my Application Page

I have created a UserControl (Farm) in my SharePoint Project using VS2012 (for SharePoint 2010). I want to embed/host this in an application page. I have added properties and events to the ...
0
votes
2answers
195 views

How to map master page to the application page

Hello I created a application page in visual studio 2010. Now i want to mapp this to our master page. the default master page is, applicationv4.master. Now to map this to our application page? I ...
3
votes
1answer
145 views

Where to see the runtime errors occurred in custom application pages

I created one custom application page and deployed into the sharepoint site. When I open that application page which resides in the _layouts folder, it is showing runtime error. How to solved this? ...
2
votes
1answer
300 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 ...
2
votes
1answer
161 views

Is It Possible to Add the SharePoint List View Related Ribbon to the Application Page?

Is it possible to add the list view related ribbon to the application page? I have a list view webpart in my application page. Now I don't have any ribbon like list view web part. Is it possible to ...
1
vote
1answer
391 views

Can I add Media Web Part to Application Page?

I am trying to implement a video library page in Sharepoint. What I have is a Video Library where each of subfolder will represent a playlist. I want to create an Application Page which will have a ...
1
vote
1answer
183 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 ...
0
votes
1answer
14 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
1answer
19 views

SharePoint Application Page SQL Server Connection Fails With Error

I have developed an application page for SharePoint 2007 and it works fine. When I tried to connect to SQL Server 2005 database I am getting following error: Request for the permission of type ...
0
votes
1answer
119 views

How to add .aspx page to Module in Sandbox solution?

When I am adding any application page(.aspx) to my Module in the Visual Studio Project of SandBox Solution, it is always adding that page in Layouts(Mapped) folder. And not adding that page in the ...
0
votes
1answer
237 views

How do I add a user control from a separate assembly onto a Sharepoint application page?

Note: This question was originally posted in Stackoverflow and I was recommended to ask it here instead. There is probably a very simple solution to this problem but since I do not know Sharepoint at ...
0
votes
1answer
156 views

SharePoint People.aspx Page is Visible for All Users

The SharePoint People.aspx page is visible for all users by default. Is there any way to restrict this page from certain readers?
2
votes
0answers
106 views

Has the search alert API in SharePoint 2013 changed from the 2010 and Preview 2013?

I previously developed a Visual web part to programmatic-ally create Search alerts based on the user input. I used a text box to capture the text and create a Query using the Keyword Query Class. Then ...
1
vote
0answers
129 views

Parser Error in IFrame When added in Application Page

I am creating a SharePoint-2013 web-part in that I have created Application Page. In that page I am using <iframe> element only there are no any other elements just for testing. But it is ...
1
vote
0answers
113 views

Default List pages (NewForm.aspx/EditForm.aspx) and breadcrumbs

All, My understanding of SharePoint is that NewForm.aspx/EditForm.aspx et al. are Application Pages that for each List are initially fetched from the Hive directly and processed by ASP.NET, but can ...
1
vote
0answers
57 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"> ...
1
vote
0answers
98 views

Application Page 404 - Upgrade from 2007 to 2010

In a 2007 Publishing site developed for a client I deployed some custom pages to URL /CustomPages/Programmes.aspx (rather than application pages going in _Layout). The site custom master page was used ...
0
votes
0answers
14 views

deploy application page to multiple folders

I have an app that applies to two different groups and each has a different database. Example: _Layouts/dept1/SomePage.aspx (uses dept1db) _Layouts/dept2/SomePage.aspx (uses dept2db) I would like ...
0
votes
0answers
16 views

SharePoint PeopleEditor In Application Page Not Programatically Populating Users In Production Environment

I have a PeopleEditor control added to a custom application page. It's populated like so: var entityList = new ArrayList(); foreach (var userVal in collectionOfUserInformation) { PickerEntity ...
0
votes
0answers
42 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 ...
0
votes
0answers
28 views

Creating internal hyperlinks in a custom application page

I am new to SharePoint, but have inherited a project where I need to add some custom Application Pages to a SharePoint 2013 site. I've gone through some tutorials that have illustrated how to create ...
0
votes
0answers
78 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 ...
0
votes
0answers
166 views

Create custom login page for both windows and forms based authentication

I created one site with forms based authentication. Now I want to create custom login page for both windows and forms based authentication. For this I followed this post. In this for windows ...
0
votes
0answers
42 views

How to deploy a custom popup window on Pages library

I have a custom popup window, deployed in the _layouts directory, that give me a security exception when an user try to load. I would like to deploy this popup (it's an application page with code ...
0
votes
0answers
87 views

Trying to deploy SharePoint 2010 Application Page with calls into Active Directory - Deploying to Farm

I have developed a SharePoint 2010 Application Page app (basically it's an ASP.Net app that runs in SP 2010.) It contains calls into Active Directory to test if the user of the app is in certain ...
0
votes
0answers
120 views

How to enable standard ribbon like data sheet view to the spgridview which is in application page?

I have one application page there i am getting task and doc list information and displaying in spgrid view.Like the sharepoint list view. Now i need to enable the some standard Sharepoint list ...
0
votes
0answers
784 views

How to display data from list in applciation page using SPGridview

I have created an application page which display data from the list . I am able to see dropdown and labels server control./ but when i try to bind the list data to the SPgrid view , nothin gets ...