Tagged Questions
1
vote
1answer
167 views
Change context using RenderContext for SharePoint control doesn't work after postback
I am trying to create an ASP workflow task form.
It should contain two types of fields:
fields from related item (on which WF was started);
fields from task (such as Due Date).
For that I try ...
4
votes
1answer
195 views
How to alter SP2013 workflow task from an ASP task form?
I have created SPD workflow with a custom ASP form. My form opens when clicking on a task link and I can show information about the task. Now I want to alter the task after pressing a button, but ...
1
vote
1answer
252 views
The attribute 'autoeventwireup' is not allowed in this page in sharepoint
I had two FARMS. QA and PROD. Both are identical. 2 WFE / 2 APPSERVERS / 1 SQL BACKEND.
When (in QA) I browse an .aspx page it returns this error:
The attribute 'autoeventwireup' is not allowed ...
0
votes
1answer
3k views
How do I update a lookup column from a dropdownlist?
I'm creating a custom web part in asp.net for SharePoint 2010 programmatically. When a user presses an Add button, the selected item from the dropdownlist is supposed to then be added to the Groups ...
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
497 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 ...
