Tagged Questions
1
vote
2answers
2k views
How to create custom EditForm and DisplayForm for custom content type?
I have developed a custom ASPX SharePoint application page using Visual Studio. I would like to use that page as the EditForm and DisplayForm for the custom content type.
At the moment, my page is ...
1
vote
1answer
498 views
How to integrate custom .ASPX solution in SharePoint list EditForm
I have developed a custom SharePoint solution which is consisted of one ASPX application page. Now, I would like to integrate that functionality in list item edit form. I have decided to create a ...
0
votes
2answers
1k views
Building ASP.NET forms in SharePoint 2010
We need to create a couple of dozen forms on SharePoint 2010 and would like to use ASP.NET and Visual Studio 2010 for this task. The forms need to have the same look-and-feel. The current forms are in ...
3
votes
2answers
2k views
How do I deploy custom list edit forms in the sandbox?
I'm creating a List Definition for use on 2007, 2010 (Sandboxed), and 2010 (unrestricted) that will need custom new and edit forms; unfortunately the Sandbox specifically excludes custom application ...