Tagged Questions
0
votes
1answer
454 views
sharepoint 2010 cannot edit list item after approved
Working on a custom approval workflow, in which:
A form is filled out, and
Then the item is sent to an approver via email.
Approver views item, and chooses approve/reject from the ribbon.
Item steps ...
3
votes
1answer
660 views
NullReferenceException on custom Web Part Page
I'm attempting to create a web part page from scratch, but I keep running into the following error, which occurs post-Init:
Object reference not set to an instance of an object.
Description: An ...
0
votes
2answers
1k views
List item not being updated after edit
so I have a custom webpart on both the DispForm.aspx and EditForm.aspx which, on page load gets a list of all the fields in a SharePoint list and loops through each field and sets its display property ...