Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
3k views

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 ...
1
vote
0answers
188 views

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 ...
1
vote
2answers
180 views

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 <asp:DropDownList ID="ClassSelector" ...
1
vote
2answers
905 views

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 ...
1
vote
4answers
2k views

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 ...
0
votes
1answer
32 views

Facebook app page migration [closed]

I just migrated my app page https://apps.facebook.com/my_social_cooking/ but as I had no page created before the app page migrated to app. Can I somehow remigrate my app likes to new page. regards
0
votes
0answers
34 views

I created an application page in SharePoint but I don't see it on the site

I work with SharePoint 2010 and Visual Studio 2010. I right-clicked a Visual Studio project and added a SharePoint Application Page. Then I built and deployed the project. I can see the aspx file in ...
0
votes
0answers
78 views

My asp button is not triggering the event in sharepoint 2010 custom page

The below event is not firing in button click. check the html and asp button for referance. i tried to ad the event using delegate control also still its not firing. Also i have other buton in the ...
0
votes
1answer
275 views

set Permissions on SharePoint 2010 Application Pages

I have developed number of application pages using visual studio 2010, then deployed them on SharePoint 2010. All the pages have been extended LayoutsPageBase. all the application pages are ...
0
votes
0answers
117 views

Adding a DLL to a SharePoint 2010 Application Page project

I am trying to create an application page in SharePoint 2010. I am trying to use the GoogleMap Control on the page. In a traditional ASP.NET application you would just plop that .dll into the bin ...
0
votes
1answer
481 views

SharePoint 2010 Application Pages. vs. Web Parts

I have done many a search on this issue with mixed results and ensuing ambiguity. The time has come to nail it down for good. If I'm developing the equivalent of a complex ASP.NET application, and I ...
0
votes
1answer
781 views

Sharepoint Application Page throwing exception only in dialog

I'm having exception when I am running Application Page (/_layouts/Collages/UploadCollage.aspx) on dialog with inline code embedded in it. Code for running dialog on default.aspx page: <script ...
0
votes
1answer
205 views

DesignTime support for SharePoint 2007 Application Pages in VS2008

Is there design time support in VS2008 for SharePoint Application Pages? I've wrote an SPService and I want to develop an UI for the properties who are necessary for running this SPService. But I ...
0
votes
1answer
590 views

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