Tagged Questions
1
vote
1answer
678 views
What is an efficient way to copy Web Part pages from a dev server to a production server?
I have 29 web part pages, all very similar in structure. I built them using the browser. I'd like to migrate them from a development server to a production server. I tried copying them using both ...
2
votes
2answers
2k views
How to add content to Content Editor Webpart programatically?
So I have the standard Content Editor Webpart (MSContentEditor.dwp). The title i can set via webPart.Title (MSDN).
I can't find any property where I would set the content editor's content.
I ...