Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

View in Sharepoint that pulls in elements from 2 different lists

  Asked By: Greggory Fulton         Date: Aug 27, 2005      Category: Sharepoint      Views: 258
 

Is it possible to create a view in Sharepoint that pulls in elements
from 2 different lists?

I want to create a list of resource training courses - I'd like to
pull course, cost and vendor from another list. Is it possible or is
there a better way to do this?

Tagged:                  

 

4 Answers Found

 
Answer #1       Answered By: Kareem Flynn          Answered On: Aug 27, 2005       

Best way using OOB components is two connected Web Parts.

 
Answer #2       Answered By: Tyron Calderon          Answered On: Aug 27, 2005       

OK - I get the 2 connected web parts, but what is OOB?

 
Answer #3       Answered By: Irvin Foley          Answered On: Aug 27, 2005       

We've taken a more development heavy approach where we've created an ADO.NET datasource that exposes SharePoint list  data as a datasource that we then databind to a datagrid, etc. in an ASP.NET page. ...discussed in earlier postings from a month or so ago.

Using this approach, we would combine the data from the multple SharePoint lists  in the code for the ADO.NET datasource.

 
Answer #4       Answered By: Deonte Stein          Answered On: Aug 27, 2005       

Sorry, OOB = Out Of the Box. Common newsgroup acronym

 


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].