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

4
votes
3answers
6k views

How to programmatically add a webpart to a page?

I have created a webpart, now i need to add that webpart programmatically into the EditForm.aspx page. Can anyone help me on this. Padmaraj.
0
votes
1answer
357 views

Use an application page as the default/welcome page

Is it possible to use an application page, residing in the _layouts folder, as the default Welcome page of SharePoint? According to the WelcomePage property, only Site Pages can be used as the ...
13
votes
4answers
7k 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 ...
3
votes
2answers
2k views

Is it possible to add web parts to an application page?

I was asked to add a list view web part to an application page. I added a web part zone into the page markup. I got a security error when I tried to add it so I added a form digest control (not sure ...
5
votes
1answer
669 views

How can I show an Application page on Feature Activation?

We are developing a custom module for SharePoint. The custom module is based upon SmartPart which means we have created UserControls. There was a problem with SmartPart deployment method as it ...
2
votes
2answers
415 views

Custom Error Page for Sharepoint

We've created an Application Page which configure database for custom modules. We've designed this Application Page with SharePoint custom control. There are some errors which can be occured when ...