Tagged Questions
3
votes
2answers
388 views
SharePoint 2010 how to customize display form using application page or code behind
I am working on a project that requires code behind in the dispform.aspx as well as the edit and new form. The reson being, I am synching to a web service, on view of an item, I want to make a sall ...
3
votes
4answers
431 views
How to show video file in custom display form?
I created a custom display form for a list. This list have a media field column. And in my custom display form I want to be able to play a video that I have uploaded to this list.
When I upload a ...
3
votes
2answers
2k views
SharePoint Lists' EditForm & DispForm
I haven't been able to find any information regarding this, so I hope you guys can help me out on this.
Since all lists in SharePoint all have an EditForm.aspx and a DispForm.aspx I am wondering if ...
1
vote
1answer
307 views
Custom State Machine Workflow with navigation based on user input
Here's what I have to do:
I have a list of items called Projects, and for this I have developed a custom display form called DisplayProject.aspx, and a custom State Machine Workflow.
I have to put a ...