Tagged Questions
0
votes
1answer
174 views
DataformwebPart outside of List folder and ListItemID from another Query string parameter not working
I've tested this before, but I can't seem to get it to work again.
I've got a Doc library with webpart pages. Create a new page and in SPD add a CustomListForm to a custom list in display mode. I ...
4
votes
0answers
74 views
Can you add comments to an append-only field in a list in Sharepoint 2010 using C#? [duplicate]
Possible Duplicate:
Can you programmatically add comments to an append-only comment field in a custom item list using C#?
Posted on stack exchange first, then I found this Sharepoint ...
1
vote
4answers
418 views
List Item Timeout
I am trying to open/close the a custom list item with 11500 items but I am getting an error which seems to be a timeout error, i checked the logs and found 'Unable to execute query: Error 0x80131530'. ...
0
votes
1answer
2k views
Adding List Item Programmatically
I am working in SharePoint 2010.I am dynamically creating a list on FeatureActivation event.
My list has following columns Title : Text , VisibleTo: User/People, Menu : Choice, Type : Choice.
...