The web-part-zone tag has no wiki summary.
1
vote
2answers
3k views
how to add webpartzone in sharepoint 2010 programmetically using c#?
i have a really simple question and probably hard answer.
i want to add webpartzone into my sharepoint page using c# code, how can i do that?
i search all of web and found nothing.
what i did is: i ...
3
votes
4answers
524 views
Add a Web Part Zone to “My Newsfeed” Page via PowerShell
I've done a fair amount of looking into this idea without promising leads.
Let me define my problem:
I need to add a third column (as a Web Part Zone) to the "My Newsfeed" page in My Sites. The ...
1
vote
2answers
2k views
How to add an additional web part zone to a site home page?
I have a site where the home page has the two web parts zone, left and right. I would like to add a third web part zone to the top, that spans across the left and the right web part zone. I'm trying ...