Tagged Questions

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
2answers
183 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
915 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
791 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
208 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
591 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 ...