Hello,
I tried searching on the net to programmatically insert a List as a webpart in a webpart page but was not lucky enough.
Any thoughts or ideas how i could Programmatically insert a List as a webpart in a webpart page
Many Thanks!
|
2
|
Hello, I tried searching on the net to programmatically insert a List as a webpart in a webpart page but was not lucky enough. Any thoughts or ideas how i could Programmatically insert a List as a webpart in a webpart page Many Thanks!
|
||
|
|
|
|
First add these using statements.
Then in your code
If you want to use a custom view, try playing with this:
Hope it helps, W0ut |
||||||
|
|
|
You need to perform two steps to add a web part to a page. First you have to create the list you want to show on the page. Therefore you can use the Add() method of the web site's list collection (SPListCollection). To show the list on the web part page you have to add a ListViewWebPart to the web part page using the SPLimitedWebPartManager of the page. |
||||
|