Hi,
For one of our intranetsites, I have to create a knowledge management webpart on a Sharepoint site. Sharepoint is pretty new in our organisation and I'm still learning the ins and outs of it all.
So far users can choose from a selection of search criteria and then a SPgridview is created with the desired information. SPgridviews have a wonderfull option of creating a dropdown menu so you can perform some additional actions to the results in de SPGridview.
One of the options I want to give is the following:
The gridview displays a number of projects and some basic information. The project number has the SPmenu with three options: Edit the selected project, view the resources of the project and show the document library linked to the project number.
I already programmed the first two options, but the document library option is very different from these.
I have setup a document library with an additional column for the Project number.
Is it possible to get a document library view from a single project programmatically ?
I really would like to retain all the functionalities and workflows a SP doc lib provides. There's no sence it trying to reproduce this in code when Sharepoint already provides this.
Some sites give possibilities to get the list of documents in the library, but I really would like to have the document library view.
Can this be done ? And if so, how ?
Thanks.
Start Free Trial