Tagged Questions
0
votes
1answer
15 views
Full-Trust Solutions on SharePoint Online Dedicated
I am trying deploy a solution to SharePoint Online (SPO), after looking at documentations about SPO, I found only Sandbox Solutions and Apps can be deployed to SPO, but my solution is a Farm Solution. ...
0
votes
1answer
81 views
Deploying Aspx in specific subsite
I need to deploy an .aspx from visual studio, to a sharepoint subsite.
I can deploy it fine in the layout folder. How can i deploy it in a subsite so that it can be added in the quick link section ?
...
0
votes
1answer
63 views
How to get a custom webpart from a site using code?
I have created a custom webpart.
I want to get that webpart and add it to my custom application page using code. How can I get it?
2
votes
1answer
164 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 ...
3
votes
2answers
493 views
SharePoint webpart and application page
I need to make an application page or a webpart that have a javascript code and i tried to add the jquery i a new project to upload it to the SharePoint but the code didn't work
this is the code that ...
1
vote
1answer
392 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 ...
0
votes
2answers
1k views
Handle the event generated by ddwrt:GenFireServerEvent('__name')
I have a custom DataFormWebPart that renders some content based on an XSLT. Inside the XSLT I have a button that does a postback like so:
<input type="button" value="..." name="..."
...
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 ...
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 ...
6
votes
2answers
989 views
Webparts on Application Pages (_layouts)
Is it possible to have web parts on application pages. In other words having a web parts page in the _layouts catalog? Have tried inheriting from webpartpage, no errors but nothing happens when ...
4
votes
5answers
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.