Tagged Questions
1
vote
1answer
623 views
How to open a form in a modal dialog popup using C#
I have virtually no experience with web development but now I need to create a web part for SharePoint 2010 and I am stuck.
The web part is supposed to find all content types derived from folder ...
0
votes
0answers
78 views
Stop New Form opening in Dialog box
I have set up a number of surveys. I had to create custom new forms so that on submission the user was redirected to another site. I have done this before with no issues, only this time it opens the ...
1
vote
1answer
395 views
SP2010 Passing Value to New Item Form Modal using Client Object Model/SPD
Beginner. I have a list form that opens from page using SP.UI.ModalDialog. The form is to represent entries into a description list based on ID from parent list. The page has tabs that allow user to ...
2
votes
2answers
4k views
SP2010 Using Modal Dialog for Forms : Beginner Questions
So I am trying to figure out how to use some java script in order to use a modal dialog to display new item form. The below is what I have thus far, but its not working and I am not sure what portion ...