The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
261 views

SharePoint Property Window shows multiple save buttons

When I open the property window of my document, SharePoint 2010 shows two or more save buttons - see picture the image below: In my Library I activated version control and the user must check out ...
0
votes
2answers
2k views

Show SharepointList content based on Query String

I need to create a sharepoint page that will show the data from diferrent SharePoint list in a single view based on user selection. If the user want to view info about Employee the Page will display ...
0
votes
1answer
2k views

Edit or Add ListItem to List in ApplicationPage with ListFormWebPart or DataFormWebpart, but how?

I wanna do this programmatically base on the ListId and ListItemId(for Editing) so, if i wanna use DataFormWebPart i have to set the XSL Property in design mode and i don't know how to reach the XSL ...
2
votes
3answers
4k views

Custom List Forms and multiple content types

I've ran into a problem when trying to create custom new item forms for a list that has multiple content types. I've tried inserting a custom list form for a content type (this content type isn't the ...
3
votes
2answers
1k views

How can I get rid of the ListFormWebPart in a custom form?

I'm pretty new to SP, but I had to bite the bullet and create a custom new form for a custom list schema. I mirrored the field structure with textboxes and such, added some custom javascript, ...